Customizing a CICS region to provide usage data
Procedure
- Copy the appropriate HSIZFTCx and HSIZEIIx global user exit (GLUE) programs from the SHSIMOD1 library to a DFHRPL library of the CICS region.
-
Customize and submit the HSISENAX job to create
a program that enables the HSIZFTCxx and HSIZFTCxx exit programs:
-
Add an entry in the following format to the active program library table (PLT)
of the CICS Transaction Server to install the HSIZENAx module:
DFHPLT TYPE=ENTRY,PROGRAM=HSIZENAPlace the entry before the
DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIMentry to load it early during CICS initialization and minimize the need for program resource definitions. - Ensure that the PLTPI setting for the CICS region specifies your newly updated PLT.
- Optional: Use the HSITAGP tagger program to tag non-vendor application programs that you want to be identified in usage reports.
Results
When you complete this task, the use of programs that are given control by various mechanisms in the CICS Transaction Server are attributed to the CICS region address spaces that invoke them.
What to do next
You can stop data collection from all HSIZFTCx and HSIZEIIx glue programs with the CIC(N) Usage Monitor setting. The CIC(Y) option is the default if you do not issue a CIC Usage Monitor command.