Global options module—Reorg function (Fast Reorg Facility/EP)
The following table describes the keywords that you can use in the global options module:
Keyword | Description |
---|---|
AMSOUT | You can specify a default data set name for the AMSOUT data set. This keyword is not available as a PLUSIN keyword. |
AUTHERR | If you want the Reorg function to issue a WTOR when DBRC authorization fails, specify AUTHERR(WTOR). |
EXPAND | The Reorg function ignores the EXPAND keyword specification in the global options module. If you want to expand data during the unload process, specify EXPAND(YES) with the REORG command. |
ICNEEDED | The NOTIFY.REORG command turns the ICNEEDED flag on. If you want the ICNEEDED flag left on for databases that are registered as NONRECOV, specify ICNEEDED(ON). If you do not want the ICNEEDED flag left on for these databases, specify ICNEEDED(OFF) or do not include the ICNEEDED keyword in the global options module. |
NOAUTH | If you want the Reorg function execution to continue if the database was set to NOAUTH, specify NOAUTH(RUN). If you want the Reorg function execution to stop, specify NOAUTH(STOP). |
SHARE | If you want to allow other users read access to the database during reorganization, specify SHARE(YES). If you do not want to allow other users read access, specify SHARE(NO) or do not include the SHARE keyword in the global options module. |
SWAP | If you want automatic data set name swapping as the default, specify SWAP(YES). If you want to swap the data set names manually, specify SWAP(NO). If you want the Reorg function to swap the data set names and delete the old data sets, specify SWAP(D). Carefully consider using SWAP(D) as a global option; you could inadvertently delete data sets that you might need. |
UNLDD | You can specify default substitution characters for the input ddnames. |