Previous Topic: TASK: Displaying Active TasksNext Topic: TRACE: Displaying Trace Criteria List


Display Example: DBOC TASK

 DBOC TASK                                                             DELIM ;        TCB               TERM   REQ    TRAN TCB# TIME  TASK#  REQS  ID    TIME    ID   PROGRAM   OFFSET  COMMAND TABLE  BASE    1 16.01 00000  0001  40Z3  16.01  DBAM  DCCAMPR     00FA   REDNX   PMF   0001       TASK STATUS : ABENDING,COMMIT FAIL,DTB IN PROCESS.      2 00.00 00000  0000  0000  00.00  XXXX  XXXXXXXX  000000   XXXXX   XXX   0000       ** EXCLUSIVE CONTROL  **  URTS       : 0001,XXXX,XXXX,XXXX,XXXX       TASK STATUS : AWAITING DB RESPONSE,ABENDING,COMMIT IN PROCESS,                     EXCLUSIVE CONTROL,AWAITING OPEN/CLOSE,DWE IN PROCESS,                     SYNCPOINT IN PROCESS,DTB IN PROCESS,NORMAL TERMINATION.        ***** TOTAL NUMBER OF TCBS ALLOCATED  :    3  DC00380I  TRANSACTION COMPLETED.

Field Descriptions
TCB#

Sequence number of the Task Control Block (TCB).

TCB TIME

Time of day when the task first used this Task Control Block.

TASK#

CICS Task number.

REQS

Number of CA Datacom/DB requests issued by the referenced task using the referenced TCB.

TERM ID

Terminal ID used by this task.

REQ TIME

Time of day when the task last issued a CA Datacom/DB request.

TRAN ID

Transaction ID of this task.

PROGRAM

Name of this task's application program.

OFFSET

Offset of the application program's return address (in hexadecimal).

COMMAND

The last CA Datacom/DB command used by this task.

TABLE

The last CA Datacom/DB table used by this task.

BASE

The last database used by this task.

TASK STATUS

Report indicates one of the following statuses:

ABENDING

The task has an abend condition or the MUF detected an abnormal condition.

AWAITING DB RESPONSE

A request passed control to the MUF and has not yet returned control to CA Datacom CICS Services.

AWAITING OPEN/CLOSE

The task is first in the queue, but is being held until the OPEN or CLOSE in progress concludes processing.

DB GONE

The MUF region is not in operation.

COMMIT FAIL

The task is terminating, but CA Datacom CICS Services final cleanup for the task has failed.

COMMIT IN PROCESS

The task is terminating and CA Datacom CICS Services is performing final task cleanup.

DTB IN PROCESS

The task ended abnormally and is terminating with dynamic transaction backout.

DWE IN PROCESS

The task is terminating.

ENQUEUED OPEN/CLOSE

The task is being held until the OPEN or CLOSE in progress concludes processing.

EXCLUSIVE CONTROL

The task has acquired exclusive control by reading a record for update and the TCB is dedicated to this task until it finishes.

NORMAL TERMINATION

The task has finished terminating and all requests have completed.

SYNCPOINT IN PROCESS

The task is currently in CICS SYNCPOINT processing.

TOTAL NUMBER OF TCBS ALLOCATED

Number of Task Control Blocks allocated. One thread contains one TCB.