3. REPORTS › 3.1 MICF Inquiries › 3.1.4 Availability Analysis Inquiries › 3.1.4.9 CICPMQ: Monthly CICS Availability
3.1.4.9 CICPMQ: Monthly CICS Availability
The Monthly CICS Availability graph shows CICS availability
for the past 6 months. It identifies the period during
which CICS availability objective was missed.
REPORT FORMAT:
This inquiry produces a bar chart showing the percent
availability for each month in the last 24 months. A
horizontal reference line is drawn at the user-specified
point, the default of which is 98, to indicate the
availability objective.
INQUIRY ID:
CICPMQ (printer graphic format)
DATA SOURCE (file/timespan):
CICCSY from MONTHS timespan
DATA ELEMENTS USED:
CICSID - CICS Identification
CSYUPTM - CICS Availability Time
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 CA MICS data base units by
entering the data base IDs. Enter multiple IDs
with a blank following each ID value.
CICSID - Optionally, 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.
SYSID - Optionally, 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 - Optionally, select one or more CA MICS time
zones. Valid values are numbers 1 through 9.
CYCLE - Optionally, define CA 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 detailed descriptions on
coding the exits, refer to Section 3.2.
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.