Termination is controlled by the placement of the CA SYSVIEW for CICS GSVCGSVT termination program 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.
To add entries to the PLTSD
The options for entries to add to the PLTSD are shown in the samples that follow:
Add GSVCGSVT prior to DFHDELIM entry.
Add GSVCGSVT after DFHDELIM entry.
The chosen entry is added to the PLTSD.
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
| Copyright © 2012 CA. All rights reserved. |
|