CICCDI Daily CICS Workload
The Daily CICS Workload inquiry produces a color graph which shows the hourly CICS activity in a given day by transaction type.
micsrm140
The Daily CICS Workload inquiry enables you to identify the peak hour in CICS activity and the workload characteristics during that time period.
Report format
This inquiry produces a vertical bar chart with subgroups that shows the hourly transaction volume. Each bar is subdivided by transaction type to show the workload characteristics at various hours during the day. This inquiry produces output in color graphic format only. You can produce the same chart in printer graphic format by executing the MICF inquiry CICPDI.
Inquiry ID
CICCDI (color graphic format)
Data source (file/timespan)
CICCSY01 in the DAYS timespan.
Data elements used
- CICSID
- - CICS System Identifier
- CSYTRANS
- - Transactions Processed
- CSYSTRN
- - Short Transactions Processed
- CSYMTRN
- - Medium Transactions Processed
- CSYLTRN
- - Long Transactions Processed
- CSYCTRN
- - Conv. Transactions Processed
- DAY
- - Day of Month
- MONTH
- - Month of Year
- YEAR
- - Year of Century
- ZONE
- - Time Zone
- SYSID
- - System Identifier
Calculations
None
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. It 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 yesterday.
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 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.
- %GSYS
- Select SYSIDs for report.
In addition to the listed 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.