QUIESCE global options
The Global QUIESCE global options apply to the entire QUIESCE statement and not to a specific TABLESPACE, RMGROUP, OBJECTSET, or APPLICATION.
QUIESCE global options can only be defined once for a single QUIESCE command. Keywords within to the QUIESCE global options can be used in any order.
QUIESCE global options
Option | Description | ||||||
|---|---|---|---|---|---|---|---|
GROUP | Use the GROUP option to tell BMC AMI Copy whether the spaces specified in the Object List should be treated as a group and share a common quiesce point. Values of GROUP
| ||||||
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. | ||||||
WRITE | The WRITE option tells Db2 whether to, in addition to establishing a quiesce point, write the changed pages to DASD. Values of WRITE
|
Values of ON ERROR NOTSUPPORTED
Value | Description |
|---|---|
ON ERROR NOTSUPPORTED SKIP | ON ERROR NOTSUPPORTED SKIP causes BMC AMI Copy to issue a message, skip over the space, and continue processing other spaces specified in SYSIN. |
ON ERROR NOTSUPPORTED END | ON ERROR NOSUPPORTED END, the default, indicates BMC AMI Copy is to terminate processing with a RC=12 if an unsupported type is encountered. |
Related topic