FABCOP3M macro
This topic describes the site default support for FPB, FABCOP3M macro.
The following keywords can be specified for the site default values:
- IOVFBUF=
- Specifies the number of IOVF buffers to allocate for direct processing of the IOVF work data set. Specifying less than 4 will be replaced to 4 at run time. Specify a value in the range of 1 - 99.
- IMGCPY=
- Specifies whether image copies of the areas being reloaded are to be created.
- Y | YES
- A single image copy of each area being reloaded is created.
- N | NO
- No image copies are created. This is the system default value.
- DUAL
- Dual image copies of each area being reloaded are created.
- ICHASH=
- Specifies whether the HASH check option of DEDB Pointer Checker is invoked while the image copy
is being created.
- Y | YES
- HASH check is performed.
- N | NO
- HASH check is not performed. This is the system default value.
- SSP
- Subset pointer check is performed during the HASH check. This subparameter is effective only when ICHASH=(YES,) is specified.
- ICCOMPRESS=
- Specifies whether the ICE Image Copy function compresses the output image copy data.
- Y | YES
- The compression routine has been invoked. This subparameter is effective only when IMGCPY=YES or IMGCPY=DUAL is specified.
- N | NO
- The compression routine is not invoked. This is the system default value.
- ROUTINE
- The compression routine. ICE provides two compression exit routines: FABJCMP1 and FABJCMP2. Specify one of these compression routines to be called by the ICE Image Copy function. If no compression routine is specified, FABJCMP1 is used as the default. This subparameter is effective only when ICCOMPRESS=(YES,) is specified.
- DBRC=
- Specifies whether to connect to the DBRC interface.
- Y | YES
- Builds a communication interface with DBRC.
- N | NO
- Does not build a communication interface with DBRC. This is the system default value.
- KEYSEQERROR=
- Specifies the action to take when a key sequence error is detected.
- NOCHECK
- Does not run a key sequence check process. This is the system default value.
- ABEND
- Ends abnormally.
- BYPASS
- Skips error segment and its child segments, and continues the reload processing for succeeding valid segments.
- SDEPRELOCATE=
- Specifies whether SDEP segments of the areas are to be relocated.
- Y | YES
- Relocates SDEP segments.
- N | NO
- Does not relocate SDEP segments. This is the system default value.
- KEYCHGCHECK=
- Specifies whether to check the key sequence field value for changes that are made by a user exit routine.
- Y | YES
- Checks the altered key sequence field. This is the system default value.
- N | NO
- Does not check the altered key sequence field.
- RAPERROR=
- Specifies whether FABCUR3 checks the validity of RAP data in the prefix part of the unloaded
segment record by using the result of the randomizer call.
- NOCHECK
- Does not check the validity of the RAP data in the prefix part of the unloaded segment record by using a randomizer. This is the system default value.
- ABEND
- Checks the validity of the RAP data in the prefix part of the unloaded segment record by using a randomizer. FABCUR3 ends abnormally with an error message if it finds an error. The DBDNAME= keyword and the ACBLIB DD are required for the ABEND option.
- IMSCATHLQ=
- Specifies to retrieve ACBs from the IMS directory (an extension of the IMS catalog) instead of
from the ACB library.
- bsdshlq
- Specifies to read ACBs from the IMS directory by using the IMS Tools Catalog Interface. bsdshlq specifies the high-level qualifier of the bootstrap data set of the IMS directory. IMSCATHLQ=bsdshlq is effective when the IMS catalog and the IMS management of ACBs are enabled.
- *NO
- Specifies to read ACBs from the ACB library. This is the system default value.
- IMSCATACB_INPUT=
- Specifies whether to retrieve currently active ACB definitions or pending ACB definitions from
the IMS directory. IMSCATACB_INPUT keyword is effective only when the
IMSCATHLQ=bsdshlq option is specified.
- CURRENT
- Currently active ACB members are retrieved from the IMS directory data sets. This is the system default value.
- PENDING
- Pending ACB members are retrieved from the staging data set.