REDEFINE for IMPORT
Use the REDEFINE option to avoid the normal deletion and reallocation of the object data sets for STOGROUP-defined objects. This option is ignored for VCAT-defined object data sets. The value that you specify for REDEFINE applies to all STOGROUP-defined objects included with a single
BMC AMI Recover
command. To recover multiple STOGROUP-defined objects with some reallocated and others not reallocated, you must use one
BMC AMI Recover
command statement for the objects to be reallocated and a second
BMC AMI Recover
command statement for those objects not to be reallocated.
Regardless of the value of REDEFINE, if the data sets for a STOGROUP-defined object do not exist, BMC AMI Recover creates the VSAM data sets.
Option | Description | ||
---|---|---|---|
REDEFINE YES | (Default) If you specify REDEFINE YES, BMC AMI Recover deletes and reallocates the VSAM data sets for STOGROUP-defined objects prior to the recovery. For more information, see Storage-group-defined-data-sets.
| ||
REDEFINE NO | REDEFINE NO tells BMC AMI Recover not to delete and reallocate the VSAM data sets for the object. This option enables you to treat STOGROUP-defined objects as VCAT-defined objects and to reallocate the VSAM data sets manually, or use the data sets already assigned to the object. New volumes are used as needed from the STOGROUP, even with REDEFINE NO specified. |
Related topics