RECALL syntax options
The following RECALL syntax options are available.
RECALL SYNTAX options
- APPLICATION creatorName
- ATLOGPOINT X’hexStartLRSN’
- ATRBA X’hexStartRBA’
- CLONE
- DSNUM
- EXCLUDE
- INDEXSPACE OBJECTSET objectSetName
- OBJECTSET objectSetName
- ON ERROR BADSTATUS
- ON ERROR NOTSUPPORTED
- TABLESPACE databaseName.spaceName or INDEXSPACE databaseName.spaceName
- TABLESPACE OBJECTSET objectSetName
- RMGROUP creator.groupName
Option | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
APPLICATION creatorName | APPLICATION creatorName can be used to specify the object for the RECALL command. When this type of object is specified with a creator name of SAPR3, all table spaces that have CREATOR=SAPR3 are selected. APPLICATION can be mixed with TABLESPACE specifications within the same RECALL command. | ||||||||||
ATLOGPOINT X’hexStartLRSN’ | Use the ATLOGPOINT option to provide the LRSN of the incremental copy (or copies) you want to reinstate. Use ATLOGPOINT in a data sharing environment. | ||||||||||
ATRBA X’hexStartRBA’ | Use the ATRBA option to provide the RBA of the incremental copy (or copies) you want to reinstate. Use ATRBA in a non-data-sharing environment. | ||||||||||
CLONE | Use the CLONE option to reinstate an incremental image copy for only the specified clone table space. The base table space and its clone can not be processed in the same BMC AMI Copy command. | ||||||||||
DSNUM | Use the DSNUM option to identify either a partition (or data set) in the table space named in the TABLESPACE option, or all of the partitions (or data sets) contained in that table space. The default is all of the partitions or data sets (DSNUM ALL). Values of DSNUM
| ||||||||||
EXCLUDE | Use the EXCLUDE option after a wildcard table space specification to exclude one or more table spaces from reinstatement. You can use the wildcards % and * or specific names to specify the exclusions. The excluded spaces must be in the form of a list, following the EXCLUDE keyword. Each item in the list must be in the form databaseName.tableSpaceName and you must separate the individual items by commas. Optionally, you can enclose the list in parentheses. Excluding-specified-spaces-from-a-wildcard-specification provides more information. | ||||||||||
INDEXSPACE OBJECTSET objectSetName | INDEXSPACE OBJECTSET can be used in place of INDEXSPACE in any RECALL command to specify the index spaces included in a BMC AMI Recovery Manager group. The BMC AMI Recovery Manager group is specified by objectSetName. BMC AMI Copy does not allow wildcards to be specified with OBJECTSET and will issue messages regarding an invalid group name if wildcards are used. BMC AMI Copy accesses the BMC Common Db2 repository and the Db2 catalog to retrieve the table spaces that are defined for the group. For more information about BMC AMI Recovery Manager groups, see the BMC AMI Recovery Manager for Db2 documentation | ||||||||||
OBJECTSET objectSetName | Use OBJECTSET objectSetName to specify the table spaces and index spaces that are included in the BMC AMI Recovery Manager group identified by objectSetName. BMC AMI Copy does not allow wildcards to be specified with OBJECTSET and will issue messages regarding an invalid group name if wildcards are used. BMC AMI Copy accesses the BMC Common Db2 repository and the Db2 catalog to retrieve the table spaces that are defined for the group. For more information about BMC AMI Recovery Manager groups, see the BMC AMI Recovery Manager for Db2 documentation. | ||||||||||
ON ERROR BADSTATUS | The ON ERROR BADSTATUS option allows you to specify what action BMC AMI Copy is to take if a space or partition is in an unacceptable status or has a BMC or Db2 utility running against it. Values of ON ERROR BADSTATUS
| ||||||||||
ON ERROR NOTSUPPORTED | The ON ERROR NOTSUPPORTED option allows you to specify what action BMC AMI Copy is to take if a space or partition is an unsupported type in BMC AMI Copy. Values of ON ERROR NOTSUPPORTED
| ||||||||||
TABLESPACE databaseName.spaceName or INDEXSPACE databaseName.spaceName | Use TABLESPACE or INDEXSPACE to specify the spaces for which one or more incremental copies must be reinstated. The space specification is a list of which can contain both explicit space names and wildcard patterns with the individual items in the list separated by commas. The COPY keyword is implicit and is not required. When you use a wildcard specification, you can also use the EXCLUDE option to specify any spaces you want to exclude from reinstatement. Each explicit space name in the space list must be in the form databaseName.spaceName where:
You can enclosedatabaseName.spaceName in double quotation marks or single quotation marks. This allows use of special characters, such as $, #, or /, in your object names. When you use a wildcard pattern to specify multiple spaces, you can include the wildcard characters * (asterisk) and % (percent) to provide matching on one or more characters. Using-wildcard-characters-in-the-object-name-specification tells you how wildcards are used and how BMC AMI Copy orders the results of wildcard expansions. You can also use the special wildcard DB2CATALOG to reinstate hidden incremental copies of Db2 catalog and directory spaces. However, because BMC AMI Copy does not make incremental copies of special case catalog and directory tables, BMC AMI Copy excludes such spaces when you use this wildcard. | ||||||||||
TABLESPACE OBJECTSET objectSetName | TABLESPACE OBJECTSET can be used in place of TABLESPACE in any RECALL command to specify the table spaces included in a BMC AMI Recovery Manager group. The BMC AMI Recovery Manager group is specified by objectSetName. BMC AMI Copy does not allow wildcards to be specified with OBJECTSET and will issue messages regarding an invalid group name if wildcards are used. BMC AMI Copy accesses the BMC Common Db2 repository and the Db2 catalog to retrieve the table spaces that are defined for the group. For more information about BMC AMI Recovery Manager groups, see the BMC AMI Recovery Manager for Db2 documentation. | ||||||||||
RMGROUP creator.groupName | RMGROUP can be used in place of TABLESPACE in any RECALL command to specify the table spaces in a BMC AMI Recovery Manager group. RMGROUP is followed by the two-part BMC AMI Recovery Manager creator.groupName. A maximum of 8 characters can be used for creator, while groupName can be a maximum of 18 characters. creator follows the rules for short SQL identifiers. groupName follows the rules for long SQL identifiers. Each part, creator, and groupName can be delimited by double or single quotation marks. The symbols $, #, and @ are valid and can be used as the first character for creator. BMC AMI Copy does not allow wildcards to be specified with RMGROUP and will issue messages regarding an invalid group name if wildcards are used. BMC AMI Copy accesses the BMC Common Db2 repository and the Db2 catalog to retrieve the table spaces that are defined for the group. For more information about BMC AMI Recovery Manager groups, see the BMC AMI Recovery Manager for Db2 documentation. |
Related topic