Configuring CICS for Subzero
Use the following procedure to configure each CICS region that will participate in Subzero redirection activities.
You can configure CICS to redirect to MQ, IMS, and DB2 subsystems.
Before you begin
You will require the license for the relevant product:
- BMC Subzero for IMS
- BMC Subzero for DB2
- BMC Subzero for MQ
For more information, view the Quick Course Subsystem Optimizer for zEnterprise - Customizing CICS to include Subzero. |
To configure CICS for Subzero
Modify the CICS startup JCL by adding the Subzero load library to the following concatenations:
- STEPLIB
- DFHRPL
BMC recommends that you add the Subzero library as the last data set in the concatenation.
Create or modify the CICS program list table (PLT) to include the Subzero PLT program (BRDPLT00):
If creating a new PLT, create a member in your CICS table library. The member name should adhere to the naming conventions in your environment. Enter the following statements in the member. xx is the two-character suffix of the PLT.
DFHPLT TYPE=INITIAL,SUFFIX=xx
DFHPLT TYPE=ENTRY,PROGRAM=BRDPLT00
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
DFHPLT TYPE=FINAL
ENDIf modifying a PLT, modify the PLT source and include an entry for program name BRDPLT00. Insert the entry before the PROGRAM=DFHDELIM statement:
...
DFHPLT TYPE=ENTRY,PROGRAM=BRDPLT00
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
...
- Assemble and link the new or updated PLT.
Update the PLTPI parameter in the CICS system initialization table (SIT) to identify this updated PLT to CICS:
PLTPI=xxxx is the two-character suffix of the PLT.
Ensure that the DBC address space is running, and that the Subzero controlling agent is active.
Restart CICS.CICS is now using the specified PLT, and is ready for Subzero participation.
Where to go from here
Setting-Subzero-configuration-options-in-LGC