Using CICS system initialization parameters
If you created program initialization and termination program list tables to use with IBM Guardium S-TAP for Data Sets, they must be referenced in the CICS® system initialization parameters PLTPI and PLTSD.
- The suffix of the table that was created as the program initialization PLT must be referenced in the PLTPI parameter.
- The suffix of the table that was created as the program termination PLT must be referenced in the PLTSD parameter.
Here is a sample set of system initialization parameters
that specifies the PLTPI and PLTSD suffixes:
AICONS=YES,
XRF=NO,
AUXTR=OFF,
AUXTRSW=NO,
APPLID=CICSSYSA,
FCT=NO,
...
PLTPI=I1,
PLTSD=T1,
...
SYSIDNT=SYSA