OUTCOPY
OUTCOPY specifies how image copies are created for partitioned objects. The presence of OUTCOPY on the OPTIONS command statement overrides, for this recovery, the setting of OUTCOPY in the installation options.
Output copies are produced in the SYSTEMPAGES YES format when possible.
Option | Description |
---|---|
OUTCOPY ASCODED | OUTCOPY ASCODED designates that image copies are created as specified for 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. |
OUTCOPY BYPART | OUTCOPY BYPART designates that each partition of a partitioned object is copied to a separate image copy. |