Why is Database ID #10 being opened automatically in our CICS region ABC, but not the other regions?
The PLT parameter was defined in Datacom CICS Services for CICS region ABC. When coding the DBCVTPR macro, please note that:
- AUTO parameter: List the URTs defined to be opened when required by a program.
- DEFer parameter: List the URTs defined to be opened only by an explicit DBOC/DBEC command (DEF is a valid abbreviation).
- PLT parameter: List the URTs opened at Datacom CICS Services startup that are not already defined for AUTO or DEFer
If one environment opens URT 010 (with success or not) then it means that DBURT010 module exists in CICS concatenation loadlib.
Other environments which do not open URT 010 must NOT have that module in CICS concatenation loadlib.