IC
The IC keyword is optional on the GROUP command.
It is required on the IC and AIC command if it is not coded on the GROUP command. This keyword is available in ICPSYSIN; it is not available as a global option. The following table describes the Output image copy ddname keyword.
To do this | Specify this in ICPSYSSIN |
---|---|
Specify the ddname of each output image copy data set to write. | IC(ddname,ddname,...) |
Dynamically allocate each output image copy data set | IC(*,*,...) |
Internal default: None |
Use the IC keyword to identify the output image copy data set or data sets. Code the ddname if the output image copy data set is allocated in the JCL. Code an asterisk (*) to dynamically allocate the output image copy data set; you must also code ICALLOC(Y) in the ICPSYSIN data set (as described in ICALLOC). One copy of the output image copy data set is written to each ddname listed. On a GROUP command, the output image copy data sets must be dynamically allocated (you cannot code specific ddnames).
You can code a maximum of 10 ddnames or asterisks. Separate the ddnames or asterisks with commas.
For more information, see Dynamic-allocation-of-image-copy-data-sets.
Related topic