CICCWD Weekly CICS Service by Type
The Weekly CICS Service by Type inquiry produces a color graph which correlates, for the past 9 weeks, the overall average response time with short, medium, and long response times.
micsrm140
The Weekly CICS Service by Type inquiry shows the effect that a particular type of response events has on the overall CICS response time. It also identifies the trend in CICS service.
Report format
This inquiry produces an overlay plot, using two vertical axes, which shows the short, medium, long, and overall average response times. The average response time is plotted against the left vertical axis, while the short, medium, and long response times against the right.
Inquiry ID
CICCWD (color graphic format)
Data source (file/timespan)
CICCSY in the weekly history file.
Data elements used
- CICSID
- - CICS System Identifier
- CSYSRSTM
- - Short Response Time Total
- CSYSTRN
- - Short Transactions Processed
- CSYMRSTM
- - Medium Response Time Total
- CSYMTRN
- - Medium Transactions Processed
- CSYLRSTM
- - Long Response Time Total
- CSYLTRN
- - Long Transactions Processed
- CSYTRANS
- - Total Transactions Ended
- CSYTRSTM
- - Total Response Time All Functions
- WEEK
- - Week of Year
- MONTH
- - Month of Year
- YEAR
- - Year of Century
- ZONE
- - Time Zone
- SYSID
- - System Identifier
Calculations
Average response time = CSYTRSTM/CSYTRANS Average short response time = CSYSRSTM/CSYSTRN Average Medium response time = CSYMRSTM/CSYMTRN Average long response time = CSYLRSTM/CSYLTRN
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 01-09 cycles.
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. It causes all CICSIDs found in input to be summarized together.
CENTER
(Optional) Specify the CENTER to be reported. If no value is specified, the value *ALL is used. It causes all CENTERs found in input to be summarized together. CENTER is a logical grouping of SYSIDs which you assign in the global exit %GCNTR. If this exit is not defined, CENTER is set to the value of SYSID.
DATE
(Optional) Enter start of the report period in ddmmmyy format.
ZONE
(Optional) Select one or more
MICS
time zones. Valid values are numbers 1 through 9.BY
(Optional) Specify the BY variable (either SYSID or CICSID) to produce separate graphs for each system. Otherwise, all SYSIDs and CICSIDs are summarized together and displayed on one graph.
DEVICE
(Optional) Override the default colors and patterns that are used by specifying a different device type. The default is TERMINAL. Because the code for color graphics is not generated by MICF, the device parameter you specified in MICF is not applicable here.
FOOTNOTE
(Optional) Specify whether or not the MICF inquiry ID should be displayed as a footnote on the graph. The default value is NO.
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. Additionally, you can override the global exit definitions in MICF using independent source statements. For details about coding the exits, see the Changing the Report Parameters section.
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.
In addition to the above exits, the module CICRPTGL also contains macro variables which set default values for service level objectives. See the Changing the Report Parameters section to override the default values.