CICPWQ Weekly CICS Availability
The Weekly CICS Availability graph shows CICS availability for the last 7 days. It identifies the period during which CICS availability objective was missed.
micsrm140
The Weekly CICS Availability graph shows CICS availability for the last 7 days. It identifies the period during which CICS availability objective was missed.
Report format
This inquiry produces a horizontal bar chart showing the percent availability for each CICS region in the last 7 days. A vertical reference line is drawn at the user-specified point, the default of which is 98, to indicate the availability objective.
Inquiry ID
CICPWQ (printer graphic format)
Data source (file/timespan)
CICCSY from weekly history file
Data elements used
- CICSID
- - CICS Identification
- CSYUPTM
- - CICS Availability Time
- WEEK
- - Week of Year
- MONTH
- - Month of Year
- YEAR
- - Year of Century
- SYSID
- - System Identification
Calculations
Total avail = 86400 - any excluded zones Percent availability = CSYUPTM/total avail * 100
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 start of the report period in ddmmmyy format.
For this inquiry, the default is the previous week.
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. 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.