CICPDQ Daily CICS Availability

The Daily CICS Availability graph shows hour CICS availability for a given day. It identifies the period during the day when CICS availability objective was missed.
micsrm140
The Daily CICS Availability graph shows hour CICS availability for a given day. It identifies the period during the day when CICS availability objective was missed.
Report format
 
This inquiry produces a bar chart showing the percent availability for each hour. A horizontal reference line is drawn at the user-specified point, the default of which is 100, to indicate the availability objective.
Inquiry ID
 
CICPDQ (printer graphic format)
Data source (file/timespan)
 
CICCSY01 at the DAYS timespan
Data elements used
 
CICSID
- CICS Identification
CSYUPTM
- CICS Availability Time
HOUR
- Hour of Day
DAY
- Day of Month
MONTH
- Month of Year
YEAR
- Year of Century
SYSID
- System Identification
Calculations
 
Percent availability = CSYUPTM/3600*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.
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.
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.
ZONE
(Optional) Select one or more
MICS
time zones. Valid values are numbers 1 through 9.
CYCLE
(Optional) Define
MICS
input file cycle range.
User exits
 
If the run-time execution parameters are insufficient to select the data you need, you can invoke one of the following global or local user exits to further manipulate the input file. For details about coding the exits, see the Changing the Report Parameters section.
Global exits
 
Invoked before run-time parameter macros.
%RPTSEL
Select input data based on any variables in the input file.
%RPTAVAL
Define availability objective.
Local exits
 
Invoked after run-time parameter macros.
%CICPDQ
Select input data based on any variables in the input file.
%PDQAVAL
Define availability objective.