MODIFY Object options syntax
This section describes the Object options syntax and description for the MODIFY command.
MODIFY Object options syntax
MODIFY Object option description
Option | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
CLONE | The base table space and its clone can not be processed in the same BMC AMI Copy command. Use the CLONE option with MODIFY to delete SYSCOPY or BMCXCOPY records or SYSLGRNX records for only clone objects. | ||||||||
DSNUM | For table space maintenance, the DSNUM option identifies either a single partition or data set in the table space named in the TABLESPACE specification 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). For index maintenance, MODIFY, by default, performs maintenance at the physical data set level (DSNUM DATASET). The DSNUM value specified works in conjunction with the IXDSNUM installation option to determine how indexes are handled. Values of DSNUM
| ||||||||
EXCLUDE databaseName.spaceName | Use the EXCLUDE option after a wildcard space specification to exclude one or more spaces from maintenance processing that would otherwise be included. 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.spaceName and you must separate the individual items with commas. Optionally, you can enclose the list in parentheses. | ||||||||
INDEXES | The INDEXES option allows you to specify that you want the MODIFY command to perform maintenance on any indexes defined for the table spaces specified by the TABLESPACE, RMGROUP, or APPLICATION option. The default is INDEXES NO indicating that no index maintenance is to be performed. Values of INDEXES
|
Related topic