CREORG
The CREORG keyword is valid with the UNLOAD and REORG commands to support the conditional reorganization feature in BMC AMI Database Advisor for IMS.
The keyword specifies the action that the utility takes if BMC AMI Database Advisor for IMS is unavailable. You can specify this option in PLUSIN. The following table describes the keyword.
Conditional reorganization keyword
To do this | Specify this in PLUSIN |
---|---|
Use the conditional reorganization feature. If BMC AMI Database Advisor for IMS is not available, proceed with the reorganization and end with a condition code nnnn. | CREORG(YES,OKAYnnnn) |
Use the conditional reorganization feature. If BMC AMI Database Advisor for IMS is not available, abort the reorganization and end with a user abend code nnnn. | CREORG(YES, STOPnnnn) |
Do not use the conditional reorganization feature. | CREORG(NO) |
Internal default: CREORG(YES,OKAY0004) |
When BMC AMI Database Advisor for IMS is installed and active, the Reorg function queries BMC AMI Database Advisor for IMS for the reorganization status of each database scheduled for reorganization. If the status indicates that the reorganization is unnecessary, the Reorg function issues an informational message to bypass the reorganization. The job ends with the condition code or abend code specified by the user in the conditional reorganization settings.
This section contains the following topics:
Related topic