CPYF: Copy the records by the keyed sequence.[Br style="padding: 0px; margin: 0px;" />[Br style="padding: 0px; margin: 0px;" />But i want to copy the records in arrival ( RRN ) sequence.[Br style="padding: 0px; margin: 0px;" />[Br style="padding: 0px; margin: 0px;" />Please advice me...
I think the work goes here only ....
[strong style="padding: 0px; margin: 0px;">Source update options . . . . . *Seqnbr *SAME, *SEQNBR, *DATE [Br style="padding: 0px; margin: 0px;" />[Br style="padding: 0px; margin: 0px;" />Source sequence numbering: [Br style="padding: 0px; margin: 0px;" />Starting sequence number . . . > 1.00 0.01-9999.99 [Br style="padding: 0px; margin: 0px;" />Increment number . . . . . . . 1.00 0.01-9999.99 [/strong]
[strong style="padding: 0px; margin: 0px;">
[/strong]
[strong style="padding: 0px; margin: 0px;">
[/strong]
[strong style="padding: 0px; margin: 0px;">so help me to solve this issue[/strong]
Software/Hardware used:
AS400
ASKED:
January 9, 2011 7:09 AM
UPDATED:
January 11, 2011 3:15 AM
To copy by record number try this:
CPYF FROMFILE(UTLPF888) TOFILE(XXXX) FROMRCD(1) TORCD(99)Thanks its working