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 termination program GSVCGSVT for CA SYSVIEW for CICS within the CICS PLTSD shutdown module.

Adding the GSVCGSVT entry to the PLTSD is optional. By default, the data collector for CA SYSVIEW for CICS terminates 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