View Single Task (9.1)
Related Topics
The View Single Task screen (9.1) displays information and registers about a selected task. Programs in a break/abend state while running under Code Debug CICS are displayed on either the Break-Abend-2-1 screen or the Assembler-Break-Abend-2-20 screen, depending on whether they are Assembler, C, COBOL, or PL/I.
Access this screen by selecting a task on the List-All-Tasks-9-3 screen.
View Single Task Screen (9.1)
COMMAND ===>
MODULE: CSECT: CCASDCTL COMPILED:
REASON FOR WAIT: WAITING ON OPER. SYSTEM ECB TO BE POSTED
TASK NUMBER: 00026 TRANSACTION CODE: AAON FACILITY NAME:
CICS MANAGEMENT MODULE IN CONTROL: UNKNOWN PROGRAM
LAST CICS COMMAND: OFFSET: 000EA14A SOURCE LINE NO:
APPLICATION REGISTERS AT ENTRY TO WAIT:
R0 R1 R2 R3 R4 R5 R6 R7
A03AA548 00031130 00356430 8035661C 00312AA0 0035537C 00031000 00000000
R8 R9 R10 R11 R12 R13 R14 R15
00350640 00357D90 0000000B 80356914 00031190 003AC350 4035697C 803AA556
Data Display Areas
status area
The area at the top of the screen indicates the status of a selected task. The information here is current when the task is selected. Since the task can be resumed before you have a chance to view it, the contents of these fields are typically relevant only for hung tasks.
register contents
Contents of the general-purpose registers associated with the task at selection time are in the bottom data area of the screen. Because the task could have been resumed since it was selected, the contents of the registers cannot be modified on this screen.
Output Fields
REASON FOR WAIT
Description of the current suspended status of tasks that are waiting.
TASK NUMBER
CICS task number associated with the transaction.
TRANSACTION CODE
CICS transaction ID associated with the task.
FACILITY NAME
CICS terminal ID for terminal tasks, or the destination ID for destination control tasks.
CICS MANAGEMENT MODULE IN CONTROL
CICS module currently in control of the task.
LAST CICS COMMAND
The OFFSET and SOURCE LINE NUMBER values following this field contain the location of the last executed CICS command, when it can be determined.
OFFSET
Hexadecimal offset of the last CICS command executed in the program.
SOURCE LINE NO.
If source is available for the program, this is the statement number of the last executed CICS command.
APPLICATION REGISTERS AT ENTRY TO WAIT
Contents of the general-purpose registers at the time the task was selected.