CICLX7 - Daily CICS Transaction Manager Statistics
The Daily CICS Transaction Manager Statistics Report is similar to the Transaction Manager reports produced by IBM CICS utility DFHSTUP.
micsrm140cd
The Daily CICS Transaction Manager Statistics Report is similar to the Transaction Manager reports produced by IBM CICS utility DFHSTUP.
The Transaction Manager Statistics report is one page per reporting interval containing global metrics on number of transactions (system and user) executed, the MAXTASK setting, and the number of times MAXTASK was reached. If MAXTASK was reached a significant number of times, that would indicate that transactions are being delayed, and further investigative tuning should be performed.
Report format
This inquiry produces a tabular report which provides a detailed set of CICS Transaction Manager related metrics for each CICS region.
Inquiry ID
CICLX7 (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
Transaction Manager Report section:
- CSYNUMCT
- - Total number of transactions (user + system)
- CSYNRMXT
- - Current MAXTASKS limit
- CSYLSMXT
- - Time MAXTASKS last changed
- CSYAMXT
- - Current number of active user transactions
- CSYLTAT
- - Time last transaction attached
- CSYTMCQT
- - Current number of MAXTASK queued user transactions
- CSYMXTSK
- - Times the MAXTASKS limit reached
- CSYLAMXT
- - Time the MAXTASKS limit last reached
- CSYATMXT
- - Currently at MAXTASKS limit
- CSYAMXTQ
- - Peak number of MAXTASK queued user transactions
- CSYAMXTP
- - Peak number of active user transactions
- CSYTATCT
- - Total number of active user transactions
- CSYTOTDT
- - Total number of MAXTASK delayed user transactions
- CSYTOQTM
- - Total MAXTASK queuing time
- CSYCQTM
- - Total MAXTASK queuing time of currently queued user tran
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 Transaction Manager Statistics Report FOR: January 30, 2017 INQUIRY: CICLD7 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 TRANSACTION MANAGER STATISTICS Total number of transactions (user + system) : 139 Current MAXTASKS limit : 60 Time MAXTASKS last changed : 30JAN17:06:59:05.9673 Current number of active user transactions : 4 Time last transaction attached : 30JAN17:07:59:12.0038 Current number of MAXTASK queued user transactions : 0 Times the MAXTASKS limit reached : 0 Time the MAXTASKS limit last reached : . Currently at MAXTASKS limit : 0 Peak number of MAXTASK queued user transactions : 0 Peak number of active user transactions : 8 Total number of active user transactions : 76 Total number of MAXTASK delayed user transactions : 0 Total MAXTASK queuing time : 0:00:00 Total MAXTASK queuing time of currently queued user trans : 0:00:00