QUIESCE object options
This section describes options you can use for the objects (TABLESPACE, RMGROUP, OBJECTSET, or APPLICATION) specified by the Object List.
You can use a different value for each of these options for each TABLESPACE, RMGROUP, OBJECTSET, or APPLICATION in your QUIESCE statement. Object options apply to the most previous TABLESPACE, RMGROUP, OBJECTSET, or APPLICATION specification and can be specified in any order.
QUIESCE object options
Option | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CLONE | The CLONE option indicates that the QUIESCE command is to create a quiesce point 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 | The DSNUM option identifies either a single 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 spaces from the quiesce. 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 formdatabaseName.tableSpaceName and you must separate the individual items by commas. Optionally, you can enclose the list in parentheses. For more information, see Excluding-specified-spaces-from-a-wildcard-specification. | ||||||||||||
PART integer | The PART option identifies a partition to be quiesced. integer is the number of the partition and must be in the range from 1 to the number of partitions defined for the table space. PART can be specified as an alternative to DSNUM for compatibility with the Db2 QUIESCE utility. |
Related topic