4A (optional) Modify an existing PLT
Complete this procedure if you have an existing PLT that you want to modify.
Modify the PLT by inserting the appropriate program or by using the CMRPLT macro.
To insert the program name manually, find the following statement:
TYPE=ENTRY,PROGRAM=DFHDELIMInsert the program name immediately after the PROGRAM=DFHDELIM statement:
DFHPLT TYPE=ENTRY,PROGRAM=OLTFSETThe task kill function can be started during the CICS PLT processing by specifying TASKKILL=YES in the CMRSOPT options table.
- To use the CMRPLT macro, insert the CMRPLT macro invocation immediately after the PROGRAM=DFHDELIM statement.
- Assemble the newly revised PLT.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=xxDefinexx as the suffix of this PLT.
When you have successfully completed the preceding steps, you have modified the PLT for automatic start up of BBI-SS PAS to CICS communication and MainView for CICS data collection.
For MainView AutoOPERATOR for CICS users, implementation is complete. Optional customization, as described in Customizing-MainView-AutoOPERATOR-for-CICS, can be performed to adjust MainView AutoOPERATOR for CICS to your site’s requirements.
For MainView for CICS users, next, modify the SIT to define the CICS environment during startup by following the instructions in Step-5-Modify-the-SIT.