OUTPUT syntax options reserved for disk data sets
Output options reserved for disk data sets
Option | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
DISKEXPD date | When you use dynamic allocation, specify the DISKEXPD date in the descriptor named after the OUTPUT keyword to set a new expiration date for the current disk copy data set. If you do not specify DISKEXPD, no expiration date will be specified. 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. | ||||||||
DISKRETN integer | When you use dynamic allocation, specify DISKRETN integer in the descriptor named after the OUTPUT keyword to set a new retention period (in days) for the current disk copy data set. If you do not specify DISKRETN, no retention period will be specified. The value of the integer must be in the range 0 through 9999. A value of 0 indicates there is no retention of the disk copy data set. | ||||||||
DSSNAP | Use the DSSNAP option to have BMC AMI Copy make Instant Snapshot copies in conjunction with the BMC SNAPSHOT UPGRADE FEATURE (SUF) or EXTENDED BUFFER MANAGER (XBM) product. Valid values are DSSNAP NO, DSSNAP YES, and DSSNAP AUTO. The default value is DSSNAP NO. Instant Snapshots are hardware-based, non-standard copies, which do not require the I/O needed to make a standard copy. They are registered in the BMCXCOPY table. These copies are recognized and restored by other BMC products that access the BMCXCOPY table. For more information and for rules and requirements related to Instant Snapshots, see Making-Instant-Snapshot-copies. Values of DSSNAP
| ||||||||
EATTR | Use EATTR to specify whether a data set supports extended attributes or not. If you do not specify EATTR on the OUTPUT command, BMC AMI Copy uses the value of the EATTR installation option (EATTR=). The EATTR installation option defaults to EATTR=, which is the equivalent of EATTR=NONE. Valid values for EATTR are NONE, OPT, and NO. Values of EATTR
| ||||||||
LBVOLS (vol1, vol2, ...) | Specify LBVOLS to provide a new list of disk volumes for storing local site backup copies for the named descriptor. The number of entries in the list must not exceed the value specified by VOLCNT in the named descriptor (see VOLCNT). If the data set is uncataloged, BMC AMI Copy truncates the list recorded in SYSIBM.SYSCOPY to reflect the actual volumes used. If you do not specify LBVOLS for the named descriptor, BMC AMI Copy uses the installation option value (if any). If you do not want to use a value for LBVOLS and there is an installation option default, specify LBVOLS(NONE). | ||||||||
MAXPRIM integer | Specifying MAXPRIM for the named descriptor allows you to do the following things:
A nonzero value for an integer establishes an upper limit for primary space allocation, while a value of zero specifies no limit. If you do not specify MAXPRIM in the named descriptor, BMC AMI Copy uses the installation option value. The default for the installation option is 559. | ||||||||
MIGRATE | Use the MIGRATE option to specify Hierarchical Storage Management (HSM) migration of copy data sets when BMC AMI Copy is finished with them. Valid values are MIGRATE NO, MIGRATE HSM, and MIGRATE HSM ML2, with a default of MIGRATE NO. The following restrictions apply when you use the MIGRATE option:
If BMC AMI Copy successfully issues the migration call, the job ends without an error. However, the migration process itself is asynchronous and might not complete until after the BMC AMI Copy job is finished. If the migration process fails to complete successfully, the BMC AMI Copy job might still end with condition code zero. If the migration command reports an error to BMC AMI Copy, the job issues the following warning: BMC47419W MIGRATION COMMAND FAILURE - RC =returnCode, REASON =reasonCode Values of MIGRATE
| ||||||||
NBRSECD integer | Specify NBRSECD for the named descriptor when you want to set a new value for the size of secondary allocations. After the primary allocation is calculated, the remaining space is secondary space and can be divided into 1 to 15 parts. This is specified by an integer, which must be in the range 1 through 15. If you do not specify NBRSECD in the OUTPUT statement, the value in the current default descriptor is used. The default for the installation option is 10. | ||||||||
PCTPRIM integer | Specify PCTPRIM for the named descriptor to set a new value for the percentage of the total space that needs to be allocated as primary space. If you do not specify PCTPRIM for the named descriptor, BMC AMI Copy uses the installation option value. The default for this installation option is 100. | ||||||||
RBVOLS (vol1, vol2, ...) | Specify RBVOLS to provide a new list of disk volumes for storing recovery site backup copies for the named descriptor. The number of entries in the list must not exceed the value specified by VOLCNT in the named descriptor (see VOLCNT). If the data set is uncataloged, BMC AMI Copy truncates the list recorded in SYSIBM.SYSCOPY to reflect the actual volumes used. If you do not specify RBVOLS for the named descriptor, BMC AMI Copy uses the installation option value (if any). If you do not want to use a value for RBVOLS and there is an installation option default, specify RBVOLS(NONE). | ||||||||
RPVOLS (vol1, vol2, ...) | Specify RPVOLS to provide a new list of disk volumes for storing recovery site primary copies for the named descriptor. The number of entries in the list must not exceed the value specified by VOLCNT in the named descriptor (see VOLCNT). If the data set is uncataloged, BMC AMI Copy truncates the list recorded in SYSIBM.SYSCOPY to reflect the actual volumes used. If you do not specify RPVOLS for the named descriptor, BMC AMI Copy uses the installation option value (if any). If you do not want to use a value for RPVOLS and there is an installation option default, specify RPVOLS(NONE). | ||||||||
SPACE (primary, secondary) allocation unit | Specify SPACE to set the output allocation units (tracks or cylinders) for the named descriptor. Specify SPACE TRK to allocate the output in tracks. Specify SPACE CYL to allocate the output in cylinders. If you do not specify this option for the named descriptor, BMC AMI Copy uses the installation option value. The default value for the installation option is CYL. If you do not want primary and secondary space requirements (primary, secondary) to be automatically calculated, specify the values you want in parentheses, as in the following example: SPACE (200,100) CYL. | ||||||||
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. | ||||||||
VOLUMES (vol1, vol2, ...) | Specify VOLUMES to provide a new list of default volumes for the named descriptor. The new list is used as the default list for LPVOLS, LBVOLS, RPVOLS, and RBVOLS for the named descriptor. The number of entries in the list must not exceed the value specified by VOLCNT for the named descriptor (see VOLCNT). If the data set is uncataloged, BMC AMI Copy truncates the list recorded in SYSIBM.SYSCOPY to reflect the actual volumes used. If you do not specify VOLUMES for the named descriptor, BMC AMI Copy uses the installation option value (if any). If you do not want to use a value for VOLUMES and there is an installation option default, specify VOLUMES(NONE). |