Single index specification
Related topics
RECOVER TABLESPACE, RECOVER INDEX, and RECOVER INDEXSPACE option descriptions
For option descriptions for the OBIDXLAT, Non-Registered Copy, FROMRBA, and OUTCOPY specifications, which are included in the Single index specification, see:
- OBIDXLAT specification
- Non-registered copy or INLOG specification
- FROMRBA or FROMLOGPOINT specification
- OUTCOPY specification
The syntax diagram for the Single index specification is in RECOVER TABLESPACE, RECOVER INDEX, and RECOVER INDEXSPACE syntax.
INDEX creatorID.indexName
The INDEX option specifies the index to be recovered.
- creatorID is the qualifier creator ID for the index. The default is the user identifier for the utility.
- indexName is the name of the index. Indexes for BMCUTIL, BMCSYNC, and BMCXCOPY (tables that are used by BMC utilities) cannot be used.
OBJECTSET specification | Use the OBJECTSET specification with INDEX to recover only the indexes that are in a defined group. For more information, see OBJECTSET specification and Using BMC AMI Recovery Manager object sets. |
|---|
INDEXSPACE databaseName.indexSpaceName
The INDEXSPACE option specifies the index space to be recovered.
- databaseName is the name of the database containing the index space. The default is DSNDB04. The name cannot be DSNDB01, DSNDB06, DSNDB07, or any database defined with TYPE='W' in SYSIBM.SYSDATABASE.
- indexSpaceName is the name of the index space within the named database. Indexes for BMCUTIL, BMCSYNC, and BMCXCOPY (tables that are used by BMC utilities) cannot be used.
DSNUM | DSNUM specifies either a single data set for the specified index or the entire index for recovery.
| ||||||
|---|---|---|---|---|---|---|---|
NOWORKDDN | The NOWORKDDN option causes the keys to be sent directly to the sort routine without first writing these keys to a work data set. With RECOVER INDEX, NOWORKDDN is only valid when you have also specified INDEXLOG AUTO. |