Missing Record Delimiter as " " Issue

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Aquilis
Participant
Posts: 204
Joined: Thu Apr 05, 2007 4:54 am
Location: Bangalore
Contact:

Missing Record Delimiter as " " Issue

Post by Aquilis »

Hello All,
We are facing following error, when we execute/run through Script.

Code: Select all

Missing record delimiter "
", saw EOF instead
In script we are actaully FTPing the data file & removing '^M' characters as well.
But when Execute the same Datastage Job only for same Data file(after removal of the '^M') we are not encountering any issues. As single datatstage job execution we are ok.

We are expecting "\n" as end but it's showing someother special character (as a Box) in the error log.

We serached throught the Dsxchange & found few posts related to this & tried every possible solutions nothing fruitful found at our end. Can anybody point out where we might be going wrong !!!

Thanks,
Aquilis
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Does the last line in the file have its record terminator character? This error often occurs when it doesn't, but is expected to be there.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply