Page 1 of 1

SORT CARD TO COPY RECORDS MULTIPLE TIMES

PostPosted: Thu Aug 27, 2015 5:57 pm
by gauravfrankly
Hi All,

I need to create a file having 1 million records.
I thought of doing by appending the some records again and again from input file.
input file have 50 records.

Re: SORT CARD TO COPY RECORDS MULTIPLE TIMES

PostPosted: Thu Aug 27, 2015 8:26 pm
by BillyBoyo
Yes, on OUTFIL look at the REPEAT parameter. REPEAT=20000 should turn your 50 records into a million.