warning

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
vitumati
Participant
Posts: 27
Joined: Tue Sep 07, 2010 11:38 pm

warning

Post by vitumati »

Sequential_File_10,0: Missing record delimiter "
", saw EOF instead
Abhinav
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You have different metadata and data. adding a carriage-return line-feed to your file is the simplest method to get rid of this warning.
vijaykumarpj
Participant
Posts: 30
Joined: Sat Dec 19, 2009 5:19 am
Location: Manchester, UK

Post by vijaykumarpj »

Hi,

Try adding 'Unix New line' in the Property of the Sequential file.
Thanks,
VJ.
battaliou
Participant
Posts: 155
Joined: Mon Feb 24, 2003 7:28 am
Location: London
Contact:

Post by battaliou »

In the Sequential file stage set your Source File to /dev/null and add a Filter with the following:

sort debug.txt

If you need to remove the header then:
sort debug.txt sed '$d'
3NF: Every non-key attribute must provide a fact about the key, the whole key, and nothing but the key. So help me Codd.
Post Reply