I am using this to transfer data from the S400 to the IFS. The data has to be tab delimited. I am the sending the data to a UNIX box.
the problem is I am a getting a carriage return at the end of fields - and it appears to be random.
Here is my command
CPYTOIMPF FROMFILE(*LIBL/IOBEXT) +
TOSTMF('/iobtest1/IOBext.TXT') +
MBROPT(*REPLACE) STMFCODPAG(*PCASCII) +
RCDDLM(*CRLF) DTAFMT(*DLM) FLDDLM(*TAB)
This has to go live later this week. I have spent more time on this little command than on the rest of the application put together (3 RPGs and 2 CLs)
Please help somebody
Software/Hardware used:
ASKED:
November 8, 2006 12:30 PM
UPDATED:
November 9, 2006 10:38 AM