Job finished see log

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
bhagavath
Participant
Posts: 10
Joined: Thu Nov 06, 2003 2:00 pm

Job finished see log

Post by bhagavath »

Hi,

i created simple parrallel job.file type is , delimeted.

Sequentialfile -->filterstage --->dataset

It loaded data into dataset.but it is giving error message in log file like Sequential_File_0,0: Missing record delimiter "\n", saw EOF instead.

i need to select any additional properties in format tab of sequential stage in record level?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It appears that the end-of-line character (\n) is missing from the last line of your text file.
DataStage survives this, but issues a warning so that you're aware of it.

Edit the text file and position to the end. You should be at the beginning of an empty line. If you're at the end of the last line, go into input mode and press Enter to add the \n to the end of the final line.
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