Regarding format of seq files

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
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Regarding format of seq files

Post by zulfi123786 »

I am reading the seq file by putting 'tr -d '\015\010\007' in the filter tab.
I guess this command will delete all 'new line' (enter key) characters from the file. now my question is , how is the file being read as the terminating character is deleted from every record. The final delimiter=end .
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you checking to understand an existing job or creating something new? If the incoming file is in DOS format you have a <cr><lf> as a terminator. If the file is fixed width you don't need line terminators.
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Post by zulfi123786 »

I am trying to understand an existing job . the job is working perfectly, but how???
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Char(13) is not being removed by the filter. Does that gives a clue?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply