CICLX6 - Daily CICS Transient Data Statistics Report

The Daily CICS Transient Data Statistics Report is similar to the Transient Data reports produced by IBM CICS utility DFHSTUP.
micsrm140cd
The Daily CICS Transient Data Statistics Report is a one-page report per CICS reporting interval containing metrics for control interval size, current, and peak usage metrics.
Report format
 
This inquiry produces a tabular report which provides a detailed set of Dynamic Storage Area (DSA) related metrics for each CICS region.
Inquiry ID
 
CICLX6 (tabular report)
Data source (file/timespan):
 
CICCSY01 in the DETAIL timespan
Data elements used
 
Page header:
 
SYSID
- System ID
CICSID
- Subsystem
CICAPPL
- CICS Applid
CICSMVER
- CICS Version
STARTTS
- Interval Start
ENDTS
- Interval End
Transient Data Report section:
 
CSYTDCSZ
- Control interval size
CSYTDNCI
- Control intervals
CSYACTCI
- Current control interval in use
CSYMXCIU
- Peak control intervals used
CSYTDNSP
- Times NOSPACE occurred
CSYTDWRT
- Writes to intrapartition dataset
CSYTDRD
- Reads from intrapartition dataset
CSYTDFWT
- Formatting writes
CSYTDERR
- I/O errors
CSYTDBUF
- Intrapartition buffers
CSYACNIU
- Current buffers containing valid data
CSYMXTDB
- Peak intra. buffers containing valid data
CSYTDICT
- Intrapartition accesses
CSYACNAL
- Current concurrent buffer accesses
CSYMXTDI
- Peak concurrent intrapartition accesses
CSYTDIWC
- Intrapartition buffer waits
CSYACNWT
- Current intrapartition buffer waits
CSYMXTDW
- Peak intrapartition buffer waits
CSYTDSRG
- Number of strings
CSYTDSAC
- Times string accessed
CSYSCNAL
- Current concurrent string accesses
CSYMXSAC
- Peak concurrent string accesses
CSYTDSWT
- Intrapartition string waits
CSYSCNWT
- Current intrapartition string waits
CSYMXSWT
- Peak string waits
Execution-time parameters
 
UNIT
Select one or more
MICS database
units by entering the data base IDs. Enter multiple IDs with a blank following each ID value.
CYCLE
(Optional) Define
MICS
input file cycle range.
For this inquiry, the default is the 01 cycle.
SYSID
(Optional) Specify the SYSID to be reported. If no value is specified, the value *ALL is used. It causes all SYSIDs found in input to be summarized together.
CICSID
(Optional) Specify the CICSID to be reported. If no value is specified, the value *ALL is used which causes all CICSIDs found in input to be summarized together.
DATE
(Optional) Enter the date to be reported in ddmmmyy format.
For this inquiry, the default is the contents of the 01 cycle.
ZONE
(Optional) Select one or more
MICS
time zones. Valid values are numbers 1 through 9.
User exits:
 
If the MICF execution-time parameters are insufficient to select the data you need, you can invoke one of the following global exits to further manipulate the input file. Also, you can override the global exit definitions in MICF using independent source statements. For detailed information about coding the exits,CICS Changing Report Parameters.
The global exits are defined by macros in the source module CICRPTGL in sharedprefix.MICS.SOURCE. The following exits are available to this inquiry:
%GCIC
Select CICSIDs for report.
%GCNTR
Assign value to the variable CENTER which defines the logical grouping of SYSIDs. CENTER is set to SYSID by default.
%GSYS
Select SYSIDs for report.

Daily CICS Transient Data Report Sample Output

Daily CICS Transient Data Statistics Report FOR: January 30, 2017 INQUIRY: CICLD6 RUN DATE: ddmony SYSTEM ID: CAxx CICS APPLID: CICSCAAA INTERVAL START: 30JAN17:06:59:03.79 CICSID: CAAA CICS VERSION: 690 INTERVAL END : 30JAN17:07:59:12.00 TRANSIENT DATA Control interval size : 4096 Control intervals : 108 Current control interval in use : 1 Peak control intervals used : 1 Times NOSPACE occurred : 0 Writes to intrapartition dataset : 0 Reads from intrapartition dataset : 0 Formatting writes : 0 I/O errors : 0 Intrapartition buffers : 3 Current buffers containing valid data : 0 Peak intra. buffers containing valid data : 0 Intrapartition accesses : 0 Current concurrent buffer accesses : 0 Peak concurrent intrapartition accesses : 0 Intrapartition buffer waits : 0 Current intrapartition buffer waits : 0 Peak intrapartition buffer waits : 0 Number of strings : 3 Times string accessed : 0 Current concurrent string accesses : 0 Peak concurrent string accesses : 0 Intrapartition string waits : 0 Current intrapartition string waits : 0 Peak string waits : 0