List All Tasks (9.3)
Related Topics
The List All Tasks screen (9.3) displays the status of all active and suspended tasks in the CICS region, without interrupting the task. You can select a task from this screen for viewing through normal Code Debug CICS functions. Use this screen for hung task analysis and remote task trapping.
Access this screen by typing the number 3 on the System Facilities Menu, or type =9.3 in the COMMAND field of any screen.
List All Tasks Screen (9.3)
COMMAND ===> SCROLL ===> CSR
MODULE: CSECT:
SEL TASK TRAN STATUS FACILITY NETNAME TYPE
-----------------------------------------------------------------------------
_ 00074 CWBA SUSPEND 10.14.89.65 TCPIP
_ 00075 XASM ABEND-ASRA }AAA WEB BRIDGE
_ 00077 XPSP RUNNING 0091 3277
*END*
Input Field
SEL
Enter the S (Select) line command next to the task desired for viewing. You are transferred to the View-Single-Task-9-1 screen, where Code Debug CICS displays information for the selected task.
Output Fields
TASK
CICS task number associated with the transaction.
TRAN
CICS transaction ID associated with the task.
STATUS
Status of the task. Can be:
- RUNNING: Task is executing.
- SUSPEND: Task is waiting for a resource before it can continue execution.
- ABEND: Shows abend code for abending task.
FACILITY
CICS terminal ID for terminal tasks or the destination ID for destination control tasks.
The Client IP Address is displayed for TCP/IP-based tasks in the field where Facility and Netname are shown for 3270-based tasks.
NETNAME
VTAM network name associated with the terminal, if this is a terminal task.
TYPE
Type of task. Either a terminal task showing the terminal type, or a remote or destination control task showing one of the following destination control tasks:
- INTRA (intrapartition)
- EXTRA (extrapartition)
- INDIRECT
- REMOTE.