Getting funny characters while reading a Seq. file

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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If you are reading the file with READSEQ after doing a successful OPENSEQ then those 2 extra characters are actually in the file. You can check this if you use an editor to look at this file, or a UNIX utility such as "od".
Post Reply