Previous Topic: 3.1.2.22 CICPM1: Monthly CICS Workload Reports

Next Topic: 3.1.2.24 CICPW1: Weekly CICS Workload Reports

3.1.2.23 CICPWI: Weekly CICS Workload


The Weekly CICS Workload inquiry produces multiple charts
which show CICS workload by system (SYSID) and regions
(CICSID).  The charts show the workload distribution among
systems.

REPORT FORMAT:

This inquiry produce horizontal bar charts which shows the
total transaction volume per system.

A sample output of this inquiry is shown in Figure 3-23.

INQUIRY ID:

     CICPWI (printer graphic format)

DATA SOURCE (file/timespan):

     CICCSY01 in the WEEKS timespan.

DATA ELEMENTS USED:

     CICSID   - CICS System Identifier
     CSYTRANS - Transactions Processed
     CSYTRSTM - Transaction Response Time Total
     CSYSTRN  - Short Transactions Processed
     CSYMTRN  - Medium Transactions Processed
     CSYLTRN  - Long Transactions Processed
     CSYCTRN  - Conv.  Transactions Processed
     ENDTS    - End Time Stamp
     WEEK     - Week 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 previous
              week.

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

     RESP   - Optionally, select the type of responses to be
              ranked.  The response types are AVG, SHORT,
              MED, LONG, or CONV.  The default value is AVG
              which produces ranking by average response
              seconds.

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.

Weekly CICS WORKLOAD your_company_name FOR THE WEEK AUGUST 26, 1991 INQUIRY: CICPWI RUN DATE: 06SEP91 SYSID=*ALL BAR CHART OF TOTAL CICSID CICS REGION TOTAL | LCP1 |********************************************************************************************** 469,815 | WCP1 |**************** 77,933 | WCP2 |************** 68,652 | WCP3 |* 2,606 | WCP4 |***** 24,056 | WCT2 | 1,288 | WCT7 | 178 | --------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+------ 40,000 80,000 120,000 160,000 200,000 240,000 280,000 320,000 360,000 400,000 440,000 TOTAL TRANSACTIONS


 Figure 3-23. Weekly CICS Workload Sample Output