I need to copy records from work link to our database file, so I am using CPYFRMIMPF
command in the following way
CPYFRMIMPF FROMSTMF(&LINK) TOFILE(SRINSOFT/EDI850WK) +
MBROPT(*REPLACE) RCDDLM(*CRLF) +
DTAFMT(*DLM) STRDLM('"') FLDDLM(',') +
FROMRCD(2 *END)
My worklink has 5 records but it copies only the 2nd and 4th record to my database file.
What is that problem for that? Can any one help me?
Software/Hardware used:
V5R3
ASKED:
January 18, 2013 12:00 PM
UPDATED:
January 21, 2013 2:14 PM
What shows up in your ERRRCDFILE()? — Tom