TASKUOW view
To display information about CICS tasks that share the same business unit of work (BUOW) ID, perform one of the following actions:
- Hyperlink from the Tasks With The Same UOW field of the TASKLCKQ view.
- Hyperlink from the BUOW ID field of the TASKLCKD view.
- Hyperlink from the Tasks with same UOW field of the CTASKQ view.
Issue the following command:
TASKUOW [buowID [target]]
where buowID is the specific or generic ID of a business unit of work, and target is the specific or generic name of a target CICS region.
The following figure is displayed.
COMMAND ===> SCROLL ===> PAGE
CURR WIN ===> 1 ALT WIN ===>
>W1 =TASK=============(ALL======*=======)ddmmmyyyy==hh:mm:ss====MVCICS===D====3
CMD Business Unit of Work ID Target Task Tran GMT Attach Suspend
--- (BUOWID) ID ID Time Time
USBMCS01.TCPBL235 B6502CDCFEEF CICSPRD1 23 JNL2 02:42:48.00 00:00:02.29
USBMCS01.BCVCD530 B61704DF36FA CICSPRD1 24 JNL1 02:27:13.00 00:00:04.03
B617043FD60E CICSPRD1 27 CECI 02:27:02.00 00:00:05.18
Usage notes
- The BUOW ID uniquely identifies a unit of work by its origin and time. The ID consists of an origin value (such as a network ID and LUNAME, for VTAM terminals) and an origin clock value from the originating system.
- By default, the data in TASKUOW is sorted by GMT task attach time.
Actions
The TASKUOW view supports the same line command actions as the CTASK-view.
Related Views
The following view is similar to the TASKUOW view.
View | Description |
---|---|
TASKUOWZ | This view is a summary view of CICS tasks that share the same BUOW ID. The data is summarized by BUOW ID. The Count field shows how many tasks are represented by each line of summary data. Only those BUOW IDs for which the task count is greater than 1 are displayed. You can hyperlink from the Count field to the TASKUOW view to expand a line of summary data. |
Related topic