Single index specification for LOGSCAN

The syntax diagram for the Single index specification is in LOGSCAN syntax.

OptionDescription
INDEX creatorID.indexName

The INDEX option specifies the index to be scanned as follows:

  • 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 creator.name

Use the OBJECTSET option with INDEX to process only the indexes that are in a defined group. For more information, see OBJECTSET specification for LOGSCAN and Using BMC AMI Recovery Manager groups.

INDEXSPACE databaseName.indexSpaceName

The INDEXSPACE option specifies the index space to be scanned.

  • 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.

DSNUM ALL

DSNUM ALL is the default and specifies that all of the data sets for the index are to be scanned.

If the index is nonpartitioned and DSNUM ALL is specified or implied, image copies made for specific data set will be considered only if they are registered at the same log point.

For multi-data-set, nonpartitioned index spaces, if the index copy used is a DSN1COPY, DSNUM ALL is not allowed.

DSNUM integer

Use this option to scan only one partition or data set for an index. For partitioned indexes, DSNUM integer specifies the number (from 1 through 4096) of a single partition of the specified index. For nonpartitioned indexes, DSNUM integer specifies the number (from 1 to 4096) of a single data set for the specified index.

DSNUM begin : end

Use this option to recover a range of partitions in the table space. For partitioned table spaces, begin specifies the number (from 1 through 4095) of the first partition in the range and end specifies the number (from 2 through 4096) of the last partition in the range. The two numbers are separated by a colon (:) with or without spaces. Wrapping partition numbers (for example, DSNUM 4050 : 300) is not supported.

FROMRBA or FROMLOGPOINT

For a description of FROMRBA and FROMLOGPOINT and their options, see Table space specification for LOGSCAN.




Was this page helpful? Yes No Submitting... Thank you

Comments