Carriage Return

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
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Carriage Return

Post by Magesh_bala »

Hi All,

I have a job which reads files and write it to the hash file. very simple job (Fixed width).

But in my Source file sometimes i will get a carriage reture. Can someone help me to find the carriage return column in my datastage log or ignore the record.

Thanks and Regards
N.Magesh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This was asked yesterday, check this thread.
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Post by Magesh_bala »

ArndW wrote:This was asked yesterday, check this thread. ...
HI, I beleive its different problem, I want to check for the entire file, Is there any option to check the file?

Thanks and Regrads
N.Magesh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

DataStage processes files row-by-row. If you wish to do a whole file at once, exit DS and use a UNIX command such as "tr"
Post Reply