Finding out how many tasks are associated with a transaction

This example shows how to find out how many tasks are associated with transaction CONL throughout the CICSplex PLXPROD1.

  1. If the current context isn’t PLXPROD1, issue the command CON PLXPROD1 from the current view.
  2. Display a list of all tasks in the CICSplex.

    From the current view, issue the command TASK. The TASK view, showing the status of all tasks in the current scope, PLXPROD1, is displayed:

     COMMAND  ===>                                                 SCROLL ===> PAGE
     CURR WIN ===> 1        ALT WIN ===>
     >W1 =TASK==============PLXPROD1=PLXPROD1=27FEB2005====CPSM=========21
     CMD Task  CICS     Tran Run User     Term LU Name  Unit of Work Id  Pri Tran
     --- Num-- System-- ID-- Sta ID------ ID-- -------- ---------------  --- Class
            23 CICSPA03 CONL RUN MS3A                   828724D61FFE0001 255 00
            23 CICSPA04 CONL RUN MS4A                   82872F4701790001 255 00
            25 CICSPA01 CONL RUN MS1A                   8286F48104090001 255 00
            25 CICSPA02 CONL RUN MS2A                   828762970A100001 255 00
            28 CICSPA04 COI0 SUS MS4A                   8287326E71A30001 255 00
            29 CICSPA04 CONM SUS MS4A                   8287330C8DCA0001 255 00
            30 CICSPA01 COI0 SUS MS1A                   8286F85B336B0001 255 00
            30 CICSPA02 COI0 SUS MS2A                   82876748A5B40001 255 00
            30 CICSPA03 COI0 SUS MS3A                   828757C428FE0001 255 00
            30 CICSPA04 CONM SUS MS4A                   8287330DE7FF0001 255 00
            31 CICSPA01 CONM SUS MS1A                   8286F9BFE2FF0001 255 00
            31 CICSPA02 CONM SUS MS2A                   828768265F690001 255 00
            31 CICSPA03 CONM SUS MS3A                   82875901DD2E0001 255 00
            31 CICSPA04 CONM SUS MS4A                   8287330EB91B0001 255 00
            32 CICSPA01 CONM SUS MS1A                   8286F9C8BEE70001 255 00
            32 CICSPA02 CONM SUS MS2A                   82876827888A0001 255 00
            32 CICSPA03 CONM SUS MS3A                   8287597285100001 255 00
            32 CICSPA04 COIE DIS MS4A                   82873344BD840001 255 00

    For a more complete description of the TASK view, see TASK - Tasks.

  3. Summarize the list of tasks by transaction ID.

    To find out how many tasks are associated with transaction CONL, type SUM in the COMMAND field, move the cursor to any entry in the Tran ID column, and press Enter. The TASKS view, showing the TASK data summarized by Tran ID (with one summary line for each), is displayed.

    The Count column for transaction CONL tells you how many tasks are associated with that transaction throughout the CICSplex.

[[ Contents Previous Page | Next Page Index ]]