Previous Topic: 3.1.2.11 CICCM1: Monthly CICS Workload Reports

Next Topic: 3.1.2.13 CICCWJ: Weekly CICS Workload All Regions

3.1.2.12 CICCWI: Weekly CICS Workload

The Weekly CICS Workload Reports monitor CICS transaction
volume trend in a five-day period and identify peak hour
workload between 8 a.m.  and 5 p.m.  for each CICS system.

REPORT FORMAT:

This inquiry produces side-by-side bar charts by system ID
and CICS ID showing the number of transactions ended within
each hour from 8 a.m.  to 5 p.m.  in a five-day period.  The
charts are based on data summarized at the DATE and HOUR
levels.  Data from Saturday and Sunday is excluded.  The
output of this inquiry is in color graphic format.  However,
you can produce the same charts in printer graphic format by
executing the MICF inquiry CICPW1.


INQUIRY ID:

     CICCWI (color graphic format)

DATA SOURCE (file/timespan):

     CICCSY01 - 07 from 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
     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 CA MICS data base units by
              entering the data base IDs.  Enter multiple IDs
              with a blank following each ID value.

     CYCLE  - Optionally, define CA MICS input file cycle
              range.

              For this inquiry, the default is the 01 cycle.


     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.

     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.

     DATE   - Optionally, enter start of the report period in
              ddmmmyy format.
              For this inquiry, the default is the last seven
              days.  Use the ZONE parameter to exclude
              weekends and holidays.

     ZONE   - Optionally, select one or more CA MICS time
              zones.  Valid values are numbers 1 through 9.

     BY  -    Optionally, 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 - Optionally, 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-Optionally, 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 detailed information on coding the exits, refer to
     Section 3.2 of this guide.

     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.
     In addition to the above exits, the module CICRPTGL also
     contains macro variables which set default values for
     service level objectives.  Please see Section 3.2 to
     override the default values.