Question:
The client will be installing CA Mainframe Application Tuner R 11.0 into their CICS environment and would like to know what the PLTPI requirements are?
Answer:
CA Mainframe Application Tuner R 11.0 PLTPI initialization program is called TC00CPLT. Please add TC00CPLT in stage two processing after the DFHDELIM as listed below.
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
DFHPLT TYPE=ENTRY,PROGRAM=TC00CPLT
Additional information:
During PLTPI processing program TC00CPLT will link to the appropriate CA MAT PLTPI program depending on the CICS level as listed below.
CTS 3.2 TC65CPLT
CTS 4.1 TC66CPLT
CTS 4.2 TC67CPLT
CTS 5.1 TC68CPLT
CTS 5.2 TC69CPLT