ICDATACL
The ICDATACL keyword is optional on the GLBL, GROUP, IC, and AIC commands.
This keyword is available in ICPSYSIN; it is also available in global and database-specific options modules. The following table describes the keyword.
Output image copy SMS DATACLAS keyword
To do this | Specify this in ICPSYSSIN |
---|---|
Specify the DATACLAS (data class) when you dynamically allocate new SMS image copy output data sets. | ICDATACL(dataclas) |
Allocate the data set without a DATACLAS specification. | ICDATACL(dataclas) |
Internal default: ICDATACL( ) |
Your storage administrator defines the allowed DATACLAS name.
This keyword is ignored when any of the following conditions exists:
- The data set to be allocated already exists
- SMS is inactive
- You do not request dynamic allocation (ICALLOC(N))
For more information, see Dynamic-allocation-of-image-copy-data-sets. See also the DATACLAS parameter in the IBM MVS/ESA JCL Reference manual.
Related topic