ICETOOL JCL summary

The JCL statements used with ICETOOL are summarized in the following. See Job control language for ICETOOL for more detailed information. See also JCL restrictions and ICETOOL notes and restrictions.
//JOBLIB DD
Defines your program link library if it is not already known to the system.
//STEPLIB DD
Same as //JOBLIB DD
//TOOLMSG DD
Defines the ICETOOL message data set for all operations.
//DFSMSG DD
Defines the DFSORT message data set for all operations.
//SYMNAMES DD
Defines the SYMNAMES data set containing statements to be used for symbol processing.
//SYMNOUT DD
Defines the data set in which SYMNAMES statements and the symbol table are to be listed.
//TOOLIN DD
Contains ICETOOL control statements.
//indd DD
Defines an input data set for a COPY, COUNT, DATASORT, DISPLAY, MERGE, OCCUR, RANGE, RESIZE, SELECT, SORT, SPLICE, STATS, SUBSET, UNIQUE, or VERIFY operation.
//outdd DD
Defines an output data set for a COPY, DATASORT, MERGE, RESIZE, SELECT, SORT, SPLICE, or SUBSET operation.
//savedd DD
Defines an output data set for a SELECT or SUBSET operation.
//listdd DD
Defines a list data set for a DEFAULTS, DISPLAY, or OCCUR operation.
//countdd DD
Defines an output data set for a COUNT operation
//xxxxCNTL DD
Contains DFSORT control statements for a COPY, COUNT, DATASORT, MERGE, RESIZE, SELECT, SORT, SPLICE or SUBSET operation.