How to turn on numbered options (optional bit settings) in IDMS RHDCOPTF and how to verify the settings via DCPROFIL?
All Supported Releases
Since IDMS Release 18.0, Optional APARs are no longer used to tailor CA IDMS programs and instead optional APARs are replaced either with syntax or numbered options that are implemented through bit settings in the RHDCOPTF module. This information is documented in the IDMS 18.0 Release Notes, in the section “Optional APAR Replacement “. Optional APARs are activated by adding the appropriate bit setting in the #DEFOPTF macro specifications in the RHDCOPTF module.
A list of all IDMS Optional Apar Bit Settings are documented at Optional Flags Table.
During the IDMS installation process, JOB03 contains the assembly and link JCL for RHDCOPTF. The #DEFOPTF macro specifications are in the CUSTOM.SRCLIB(RHDCOPTF). Also see doc at Creating an RHDCOPTF Module
TITLE 'RHDCOPTF - Optional APAR Bitmap Table'
* RHDCOPTF
#DEFOPTF OPT00013
#DEFOPTF OPT00027
#DEFOPTF TYPE=GENERATE
END
After executing JOB03 (steps ASM#OPTF and LINKOPTF) to implement RHDCOPTF, either recycle the IDMS CV or issue a DCMT VARY NUCLEUS to refresh the RHDCOPTF module:
DCMT V NUCLEUS MODULE RHDCOPTF NC
DCMT V NUCLEUS RELOAD
To verify the Numbered Options are correct, at the Enter Next Task Code, issue a DCPROFIL command and scroll down to one of the last pages to see the RHDCOPTF display:
** OPTION FLAGS (RHDCOPTF) **
OPT00013 OPT00027