Previous Topic: CICS Dynamic Library DefinitionNext Topic: Step 3: (Optional) Add Entries to the PLTSD


Step 2: Add Entries to the PLTPI

Update the CICS tables by adding entries to the PLTPI.

Follow these steps:

Note: If you do not use a PLTPI table, skip this step.

  1. Change the PLTPI for each CICS system being monitored.
  2. If you are using a PLTPI table, add the following entry to the table:
    DFHPLT TYPE=ENTRY,PROGRAM=GSVCGSVS
    

    The entry is added to the PLTPI.

Example: PLTPI (initialization) module

DFHPLT TYPE=INITIAL,SUFFIX=PI

DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM

DFHPLT TYPE=ENTRY,PROGRAM=GSVCGSVS

DFHPLT TYPE=FINAL

END DFHPLTBA