OUTCOPY
Option operands
Operand | Description |
---|---|
BYPART | Copies each partition of a partitioned object to a separate image copy |
ASCODED | Creates image copies as specified on the RECOVER TABLESPACE, RECOVER INDEX, or RECOVER INDEXSPACE command statement. When DSNUM ALL is specified, an image copy is created for the object as a whole. If the recover specification is for an individual data set (DSNUM n), a copy is made of that specific data set.
|
Ensure that processing is limited to RECOVER commands that include OUTCOPY ONLY to ensure that BMC AMI Recover takes no destructive actions | |
ONLY MODEL | Creates an image copy from an INLINE copy by using RECOVER OUTCOPY ONLY. BMC AMI Recover must first restore the inline copy to a temporary data set. To do this, BMC AMI Recover must first restore the inline copy to a temporary data set. The default model name for this temporary data set is identical to the Db2 name of the object recovered, but with BMCDBC substituted for DSNDBC in the CLUSTER portion of the VSAM data set: <vcat>.BMCDBC.<databaseName>.<objectName>.<nodeValue>.<znnn> The variables are defined as follows:
z represents the letter A, B, C, D, or E. These letters correspond to the first digit 0, 1, 2, 3, or 4 of the partition number and nnn represents the rest of the partition number. So znnn represents the partitions numbers as follows:
If this data set name cannot be used, then you may use the MODEL option to specify the name of the CLUSTER portion of the VSAM data set that you want to use for this temporary data set. For example: OPTIONS OUTCOPY ONLY MODEL ABC.RESTOR.&DB.&TS.AS&LDSNUM OUTPUT LOCALP DSNAME <dataSetName> RECOVER TABLESPACE <tableSpaceName> OUTCOPY ONLY OUTCOPYDDN (LOCALP) The data set name that you specify can optionally include symbolic variables. For more information, see Using symbolic variables. |