Previous Topic: 3.1.4.6 CICCW3: Weekly CICS Availability Reports

Next Topic: 3.1.4.8 CICPD3: Daily CICS Availability Reports

3.1.4.7 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.

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 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.