105 pts.
 CL/400
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,390 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

What shows up in your ERRRCDFILE()? — Tom

 107,995 pts.