Global options module—Reorg function (Fast Reorg Facility/EP)


You can include your preferred defaults for most REORG keywords in a global options module.

The Online Reorg function and the Reorg function share the global options module. To set the global options, use the JCL member #FRFGLBL in the sample library. Executing this job creates a global options module named FRF$GLBL.

No ISPF interface is available for the Reorg function.

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.

Warning

Note

No global option for SWAP(x,IC) exists. You must specify this keyword in PLUSIN.

UNLDD

You can specify default substitution characters for the input ddnames.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Online Reorg for IMS 5.2