Page 1 of 1

Carriage Return

Posted: Wed Oct 15, 2008 9:06 am
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

Posted: Wed Oct 15, 2008 9:10 am
by ArndW
This was asked yesterday, check this thread.

Posted: Fri Oct 17, 2008 1:26 am
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

Posted: Fri Oct 17, 2008 1:33 am
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"