4B (optional) Create a PLT
Create a new PLT in your IBM CICS table library by using a member name that adheres to the naming conventions at your site.The new member should contain either a CMRPLT macro invocation or the appropriate program name:
- To use the program name, use these statements:
DFHPLT TYPE=INITIAL,SUFFIX=xx
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
DFHPLT TYPE=ENTRY,PROGRM=OLTFSET
DFHPLT TYPE=FINAL
END- To use the CMRPLT macro, use these statements (do not use CMRPLT macro for CTS version 5.5 and later):
DFHPLT TYPE=INITIAL,SUFFIX=xx
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
CMRPLT MODE=AUTO
DFHPLT TYPE=FINAL
ENDAssemble the PLT (do not run this step for CTS version 5.5 and later).
You must include the BBSAMP data set in the assembler SYSLIB concatenation if you use the CMRPLT macro.Add the PLTPI parameter to the SIT to identify this updated PLT to CICS:
PLTPI=xxwhere xx is the suffix of this PLT defined in Step 1.
When you have successfully completed the preceding steps, you have modified the PLT for automatic startup of BBI-SS PAS to CICS communication and BMC AMI Ops Monitor for CICS data collection.
For BMC AMI Ops Automation for CICS users, implementation is complete. Optional customization, as described in Customizing BMC AMI Ops Automation for CICS, can be performed to adjust BMC AMI Ops Automation for CICS to your site’s requirements.
For BMC AMI OpsM for CICS users, next, modify the SIT to define the CICS environment during startup by following the instructions in Step-6a-Modify-the-MCT-optional.