Previous Topic: 3.1.2.16 CICCW1: Weekly CICS Workload Reports

Next Topic: 3.1.2.18 CICPDI: Daily CICS Workload

3.1.2.17 CICPDH: Daily CICS Workload Ranking


The Daily CICS Workload Ranking inquiry produces a printer
graph which identifies the top 10 CICS application in
transaction volume.

REPORT FORMAT:

This inquiry produces a horizontal bar chart which shows the
10 applications with the highest workload.

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

INQUIRY ID:

     CICPDH (printer graphic format)

DATA SOURCE (file/timespan):

     CICCAU01 in the DAYS timespan.

     If the CICCAU (CICS Application Unit Activity) file is
     not active, the CICCSU (CICS User Activity) file will be
     used for reporting.  The variable CICACT2 will be used
     in place of the variable CICAPU.

     One graph produced for each date and each combination of
     SYSID/CICSID.

DATA ELEMENTS USED:

     CICAPU   - CICS Application Unit ID
     CICSID   - CICS System Identifier
     CAUTRANS - Transactions Processed
     CAUSTRN  - Short Transactions Processed
     CAUMTRN  - Medium Transactions Processed
     CAULTRN  - Long Transactions Processed
     CAUCTRN  - Conv.  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.

     CENTER - Optionally, specify the CENTER to be reported.
              If no value is specified, the value *ALL is
              used which causes all CENTERs found in input to
              be summarized together.  CENTER is a logical
              grouping of SYSIDs which you assign in the
              global exit %GCNTR.  If this exit is not
              defined, CENTER is set to the value of SYSID.

     DATE   - Optionally, enter the date to be reported in
              ddmmmyy format.

              For this inquiry, the default is yesterday.

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

     TRAN   - Optionally, select the type of transaction to
              be ranked.  The response types are TOTAL,
              SHORT, MED, LONG, or CONV.  The default is
              TOTAL.

     FILE ID- Optionally, select the CICCSU file as input
              when the CICCAU file is active.  If you specify
              this parameter, then you must also specify the
              next parameter to indicate which account code
              (CICACT1-CICACT9) identifies your CICS
              application.

     CICAPU - Optionally, replace CICAPU with any of the
              CICACTx data elements, where x is 1 to 9.  This
              parameter must be specified in conjunction with
              FILE ID.

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:

     %GAPPL  - Define your CICS application based on any
               variable in the input file.  The default is
               CICAPU.

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

DAILY CICS WORKLOAD RANKING your_company_name FOR: SEPTEMBER 5, 1991 INQUIRY: CICPDH RUN DATE: 06SEP91 SYSID=*ALL CICS REGION=*ALL BAR CHART OF TOTAL APPL APPLICATIONS WITH HIGHEST TOTAL TRANS TOTAL | TOSC |********************************************************************* 344062.0 | TOS1 |** 8580.0 | PF3 |* 6806.0 | MSA2 |* 3240.0 | TOSS |* 2558.0 | PF15 | 773.0 | XSPE | 198.0 | MSAS | 69.0 | SA | 39.0 | STAR | 21.0 | --------+-------+-------+-------+-------+-------+-------+-------+----- 40000 80000 120000 160000 200000 240000 280000 320000 TOTAL TRANSACTIONS

 Figure 3-17. Daily CICS Workload Ranking Sample Output