Dear all,
I have following SORT job whereas Input file has records of around 62,000 and splits into individual records based on type
We are going to increase file size to 30,00,000 records.
//STEP EXEC PGM=SORT
//SORTIN DD DSN=Input file,
// DISP=SHR,BUFNO=60
//OUT1 DD DSN=&PTEF..NVS.PTEFA391.CORR.DIV1,
// UNIT=SYSDA,
// DCB=PRD.LRECL150,
// SPACE=(CYL,(20,20),RLSE),
// DISP=(NEW,CATLG,DELETE)
Similarily OUT2,OUT3,,,OUT20...
Please can anyone let me know if there is a way to reduce CPU time and my application relates to SYNCSORT.
Thanks a lot