4B (optional) create a PLT
Complete this procedure if you create a PLT.
Create a new PLT in your 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:
DFHPLT TYPE=INITIAL,SUFFIX=xx
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
CMRPLT MODE=AUTO
DFHPLT TYPE=FINAL
END- Assemble the 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=xxwherexx 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 MainView for CICS data collection.
For MainView AutoOPERATOR for CICS users, implementation for MainView AutoOPERATOR for CICS 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-6-Modify-the-MCT.