//$ORTPARM DD
|
Used to override or add to control statements or PARMs supplied from
an invoking program.
|
If no control statements or PARMs are being overridden or added.
|
//SORTIN DD
|
SORT input data set.
|
If there is an E32 exit routine or if running a merge or join
application.
|
//SORTINnn DD
//SORTINn DD
|
MERGE input data sets.
|
If there is an E32 exit routine of if running a sort or copy.
|
//SORTJNF1 DD
//SORTJNF2 DD
|
JOINKEYS input data sets
|
If the JOINKEYS feature is not in use.
|
//SORTWKxx DD
//SORTWKn DD
|
Work area definition. Defines the intermediate storage for a
sort.
|
For incore sort, MERGE, COPY, or when using DYNALLOC.
|
//SORTOUT DD
or
//SORTOFxx DD
or
//SORTOFx DD
|
Output data set.
Alternate output data set(s).
|
If there is an E35 exit routine.
When no OUTFIL control statement is present.
|
//SORTXDUP DD
|
Output data set for records deleted by DUPKEYS.
|
When the XDUP parameter of the DUPKEYS control statement is not
used.
|
//SORTXSUM DD
|
Output data set for records deleted by SUM.
|
When the XSUM parameter of the SUM control statement is not used.
|
//SYSOUT DD
|
Message data set.
|
When all messages are routed to console or are disabled.
|