OUTPUT syntax options reserved for tape data sets
This section describes the options that apply only to copies written to tape.
Syntax diagram of OUTPUT options reserved for tape data sets
OUTPUT options reserved for tape data sets
Option | Description | ||||||
---|---|---|---|---|---|---|---|
STACK | The STACK option tells BMC AMI Copy whether to stack the output copies from multiple COPY or COPY IMAGECOPY executions contiguously on the same tape volumes. See Stacking-copies-on-tape and Using-multitasking-with-tape-stacking-or-cabinet-copies for information about using tape stacking. If you do not specify STACK in an OUTPUT statement, BMC AMI Copy uses the value of the STACK installation option. The BMC AMI Copy installation option default value for this option is STACK=YES. Values of STACK
| ||||||
REALDD DDName | Use the REALDD option to specify that the tape unit be allocated at job initialization by a DD statement DDName in the JCL. This causes the output copy data sets to be stacked on the tape allocated in the JCL. When using REALDD with GROUP YES, MAXTASKS, and a DDFName not greater than 6 characters, the REALDD DDName can act as a prefix instead of a full DDName and is suffixed with the 2-digit task number to create a composite DDName. If the DDName is not found, BMC AMI Copy then looks for the composite name. If the composite name is found, BMC AMI Copy substitutes it for the original REALDD DDNname. This allows you to spread REALDD outputs across multiple tape units. For example, if you specify REALDD OUT and MAXTASKS (3,3), BMC AMI Copy looks for OUT01, OUT02, and OUT03. Task 1 will use OUT01, task 2 will use OUT02, and task 3 will use OUT03. When REALDD is used with MAXTASKS (1,1), if BMC AMI Copy does not find an appropriate DD statement, it will then append '01' to the value specified for REALDD and try again. For example, given the following specifications, BMC AMI Copy looks for TAPE in the DD statements. If a DD statement for TAPE is not found, BMC AMI Copy looks for a DD statement for TAPE01. OUTPUT LOCAL REALDD TAPE UNIT CART OPTIONS MAXTASKS (1,1) COPY TABLESPACE A.B COPYDDN(LOCAL) If you do not specify REALDD for the named descriptor and use STACK YES, you can use the installation option default value for REALDD. Do not associate the same REALDD DDName to more than one output descriptor. Doing so can lead to allocation problems when stacking. When you specify a value for REALDD and specify STACK YES, BMC AMI Copy always uses the REALDD value. | ||||||
STACK CABINET | Specify STACK CABINET to request cabinet copies to disk or to tape. For more information about cabinet copies, see Making-cabinet-copies. STACK CABINET and DSSNAP YES (which specifies Instant Snapshots) are mutually exclusive options, and you cannot use them on the same OUTPUT command. | ||||||
TRTCH | Specify TRTCH when you want to define tape data compression for the named descriptor. Use TRTCH COMP to provide tape data compression. Use TRTCH NOCOMP to prevent data compression. TRTCH NONE is the BMC AMI Copy default and specifies that you want to use the MVS default. If you do not specify TRTCH, BMC AMI Copy uses the value of the TRTCH installation option. This option is not valid when you use REALDD and causes an error. | ||||||
RETPD integer | Specify RETPD integer in the descriptor named after the OUTPUT keyword to set a new retention period (in days) for the current copy data set. If you do not specify RETPD, the retention period defaults to the value (if any) of the RETPD installation option. The value of integer must be in the range 1 through 9999. This option is not valid when you use REALDD and causes an error. | ||||||
EXPDT date | Specify EXPDT date in the descriptor named after the OUTPUT keyword to set a new expiration date for the current copy data set. If you do not specify EXPDT, the expiration date defaults to the value of the EXPDT installation option. The default value of the EXPDT installation option is 99000. The value of date must be in the format YYDDD, YYYYDDD, or YYYY/DDD where YYYY is the 4-digit year, YY is the last two digits of the year, and DDD is the 3-digit Julian day (001 through 366). This option is not valid when you use REALDD and causes an error. |