Using which option we can copy one input file o multiple outputfiles using sort. //S1 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD DSN=... inputFILE //OUT1 DD DSN=... outputFILE1 //OUT2 DD DSN=... output file2 ... //SYSIN DD * OPTION COPY
Reveal answer
Fill a bubble to check yourself