Static IMS connectivity to DB2 via Subzero
This implementation procedure forces IMS to connect to specific DB2 subsystems via Subzero. You may want to use this implementation method in an environment used to validate Subzero functionality. The method is minimally invasive, but offers the least flexibility.
To create a static connection to DB2 via Subzero
Change the IMS Configuration.
Edit the DB2 external Subsystem member in your IMS PROCLIB.This is a member name of iiiissss where iiii is the IMS ID and ssss is the SSM suffix specified in your IMS startup. For example, IMSA with an SSM=DB2A would require a member of IMSADB2A in your IMS PROCLIB.
Change the SSM member parameters from ESMT=DSNMIN10 to ESMT=BRDMIN10.
- Add the Subzero product library to the DFSESL DD statement in your IMS Control Region JCL.
- Add the Subzero product library to the DFSESL DD statement in your IMS Dependent Region JCL.
- Implement the IMS configuration changes.You do not need to stop and restart IMS in order to implement your changes. You can simply stop and restart the subsystem definitions.
- Issue a /STOP SUBSYS ALL command to IMS. This will stop the current connections to DB2.
- Issue a /START SUBSYS ALL command to IMS. This will restart the current connection to DB2 using the new SSM parameters.
Look for BRDM001 and/or BRD0150I messages indicating that your DB2 Subsystem connections are started and being redirected by Subzero:
BMCBRD0150I Redirecting T2HZ to DB2 DEHZ on system SYSMBRDM001I IMS/TM T13P CONNECTED TO SUBSYSTEM T2HZ- Restart your IMS dependent regions.