.2 Sort/Merge Operations (MFJSORT) : 3.2.1 JCL Statements
.2 Sort/Merge Operations (MFJSORT) : 3.2.1 JCL Statements
.2 Sort/Merge Operations (MFJSORT) : 3.2.1 JCL Statements
In the EXEC statement you need to specify the program named MFJSORT or its alias
DFSORT or SORT. For example:
//STEPEXEC PGM=DFSORT,......
3.2.1.2 DD Statements
SYSIN, for the data set that contains the program control statements. It can be
an in-stream data set
SYSPRINT, for the output listing data set. It must have an LRECL value of at
least 132
SORTIN, for the input data sets. You can concatenate up to 16 data sets for
SORTIN
SORTOUT, for the output data set. It is not required if you use SORTOFnn.
SORTINnn, for multiple input data sets. nn begins with 01 and increases by 1 up
to a maximum of 16. SORTINnn and SORTIN are mutually exclusive.
SORTOFnn, for multiple output data sets. nn begins with 01 and increases by 1
up to a maximum of 16. SORTOFnn is used by the OUTFIL statement.
Program Control
Description
Statements