ACPPRTnn data sets
If multitasking is used with MAXTASKS set to more than 1 for COPY or COPY IMAGECOPY command executions, each task requires a print DD with the naming convention ACPPRTnn wherenn is the task number, 01 through 32.
If you do not specify the ACPPRT nn DD statements, BMC AMI Copy dynamically allocates them to SYSOUT. If SYSOUT is not used and the DISP=OLD, BMC AMI Copy opens ACPPRTnn OLD from the main task to clear it initially, and then opens it with DISP=MOD in the subtasks so that it is not overlaid by each subsequent invocation of the task. This process is similar to the handling of SYSPRINT (described in the next section).
If the data set is not allocated in the JCL, it will be dynamically allocated to the output class specified on the job card.
You may also use ACPPRTnn data sets if you use the TEMPLATE command to make copies.
Related topic