z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ICETOOL JCL summary

z/OS DFSORT Application Programming Guide
SC23-6878-00

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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014