BMC AMI Copy data sets
When BMC AMI Copy uses multitasking, it allocates one data set for the output from each subtask. The DD name for each of these data sets is ACPPRT nn, where nn is the subtask number.
ACPERROR (and ACPERR nn for multitasking) are optional output data sets to which messages of type E and W are written.
Instant Snapshot copies are made using intelligent storage devices and are VSAM files for which the data component is determined by the hardware interface. BMC AMI Copy syntax specifies the VSAM cluster name.
To see the relationships of the data sets to the processing phases of BMC AMI Copy, see BMC-AMI-Copy-COPY-and-MODIFY-processing-phases.
For more information about BMC AMI Copy data sets, see Allocating-output-copy-data-sets-dynamically and BMC-AMI-Copy-data-set-DD-statements.
The following table describes the BMC AMI Copy data sets:
Data set | COPY command | COPY IMAGECOPY command | RECALL command | QUIESCE command | MODIFY command |
---|---|---|---|---|---|
SYSIN | |||||
ACPGDG
|
| Not applicable | Not applicable | Not applicable | |
Output Image Copies 3 |
| Not applicable (no output copies are made) | Not applicable | Not applicable | |
SYSPRINT |
| ||||
ACPPRT nn | Output messages when multitasking (MAXTASKS > 1); one needed per subtask. If no DD statement is coded, BMC AMI Copy will dynamically allocate to SYSOUT. | Not applicable | Not applicable | Not applicable | |
ACPERROR | ACPERROR is an optional data set to which W and E message type messages can be written. | Not applicable | |||
ACPERR nn | ACPERR nn, where nn is the task number, is an optional data set used when multitasking (MAXTASKS>1); one is needed by subtask. If the ACPERROR DD statement is coded in the JCL, ACPERR nn data sets are dynamically allocated. W and E message type messages are written to ACPERR nn data sets. | Not applicable |
1 See Command-and-syntax-reference for descriptions of the BMC AMI Copy commands and options. Long-names give specific information about using long names in SYSIN.
2 BMC AMI Copy can process objects with Unicode names. However, indexes must be included using the COPY INDEXSPACE command or INDEXES YES parameter. BMC AMI Copy commands that use wildcards do not include objects that have non-translatable (to EBCDIC) Unicode characters in the wildcard position. This is because SYSIN is EBCDIC and wildcard processing is done in EBCDIC.
3 Instant Snapshot copies, which are specified using DSSNAP YES on the OUTPUT command, are VSAM cluster files. The data component is named by the hardware implementation. The data sets are allocated dynamically by the hardware interface.