Previous Topic: Step 2: Add Entries to the PLTPINext Topic: Step 4: Start the CICS Data Collector Automatically


Step 3: (Optional) Add Entries to the PLTSD

You control termination by the placement of the CA SYSVIEW for CICS termination program GSVCGSVT within the CICS PLTSD shutdown module.

Adding the GSVCGSVT entry to the PLTSD is optional. By default, the CA SYSVIEW for CICS data collector will terminate during the Stage 2 portion of a normal CICS shutdown.

Follow these steps:

The options for entries to add to the PLTSD are shown in the samples that follow:

Example: PLT - Stage 2 Shutdown

PRINT GEN
DFHPLT TYPE=INITIAL,SUFFIX=SD
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
DFHPLT TYPE=ENTRY,PROGRAM=GSVCGSVT
DFHPLT TYPE=FINAL
END DFHPLTBA