Relating a set of tasks to a user ID

In this example, you’ll see how to identify the tasks associated with particular user ID.

  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, is displayed:

     COMMAND  ===>                                                 SCROLL ===> PAGE
     CURR WIN ===> 1        ALT WIN ===>
     >W1 =TASK==============PLXPROD1=PLXPROD1=26MAR1999==21:22:07====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
  3. Summarize the list of tasks by User ID.

    Type SUM in the COMMAND field, move the cursor to any entry in the User ID column, and press Enter. The TASKS view, showing the TASK data summarized by user ID, is displayed:

     26MAR1999  21:24:01 ----------- INFORMATION DISPLAY ---------------------------
     COMMAND  ===>                                                 SCROLL ===> PAGE
     CURR WIN ===> 1        ALT WIN ===>
     >W1 =TASK=====TASKS====PLXPROD1=PLXPROD1=26MAR1999==21:22:07====CPSM==========4
     CMD Task    CICS     Count Tran Running      User     Term Unit of Work Id  Pri
     --- Number- System-- ----- ID-- Status------ ID------ ID-- ---------------  ---
              32 CICSPA04     6 CO** ************ MS4A          82873344BD840001 255
              33 CICSPA01     5 CO** ************ MS1A          8286FB35428F0001 255
              33 CICSPA02     5 CO** ************ MS2A          828768872BE10001 255
              33 CICSPA03     5 CO** ************ MS3A          828759CCD42F0001 255
     
     
     

    For a more complete description of the TASKS view, see TASKS - Tasks summary. The Count column tells you how many tasks are associated with each user ID.

  4. Display a list of tasks associated with a single user ID.

    Move the cursor to the Count field of the user ID MS2A, and press Enter. The TASK view, showing details of each task associated with user ID MS2A, is displayed.

[[ Contents Previous Page | Next Page Index ]]