Previous Topic: INQ=TRACE: Displaying the Trace TableNext Topic: INQ=USERS: Displaying Concurrent Users


Display Example: DBOC INQ=TRACE

TRACE TABLE INQUIRE   SEQ TIME TASK TERM TRAN PROGRAM TCB TCB CMMD TBL KEY RTN URT DBID MUF NR HHMMSS ID ID ID NAME NAM ID NAM NAME CODE ID ID 0001 151152 47 U003 DBEC DCCO4PR QR 001 OPEN 0000 01 0002 151152 47 U003 DBEC DCCO4PR QR 002 INQIN 0000 01 0003 151152 47 U003 DBEC DCCO4PR QR 002 INQMU 0000 01 0004 151152 47 U003 DBEC DCCO4PR QR 002 LOGCI 0000 01 0005 151424 53 U003 DBAC DCCO4PR QR 001 OPEN 0001 01 0006 151424 53 U003 DBAC DCCACPR QR 002 LOCKY PMF STZIP 0001 00001 01 0007 151424 53 U003 DBAC DCCACPR QR 002 REDLE PMF STZIP 0001 00001 01 0008 151424 53 U003 DBAC DCCACPR QR 002 REDKY PAY EMPNO 0001 00001 01 0009 151424 53 U003 DBAC DCCACPR QR 002 REDNX PMF STZIP 0001 00001 01 0010 151424 53 U003 DBAC DCCACPR QR 002 REDKY PAY EMPNO 0001 00001 01 0011 151424 53 U003 DBAC DCCACPR QR 002 REDNX PMF STZIP 0001 00001 01 0012 151424 53 U003 DBAC DCCACPR QR 002 REDKY PAY EMPNO 0001 00001 01 0013 151424 53 U003 DBAC DCCACPR QR 002 REDNX PMF STZIP 0001 00001 01 0014 151424 53 U003 DBAC DCCACPR QR 002 REDKY PAY EMPNO 0001 00001 01 0015 151424 53 U003 DBAC DCCACPR QR 002 REDNX PMF STZIP 0001 00001 01 0016 151424 53 U003 DBAC DCCACPR QR 002 REDKY PAY EMPNO 0001 00001 01 0017 151424 53 U003 DBAC DCCACPR QR 002 REDNX PMF STZIP 0001 00001 01 PF8/PF20=DOWN **** AT TOP ****

Field Descriptions
SEQ NR

The number of the trace entry within the Trace Table. Indicates where within the Trace Table the display is positioned.

TIME HHMMSS

The time of day to the tenth of a second at which each event occurred.

TASK ID

The CICS task number.

TERM ID

The ID of the terminal which initiated the listed command or ???? if no terminal was attached to the issue of the command.

TRAN ID

The CICS transaction ID associated with the listed task.

PROGRAM NAME

The name of the program which issued the listed command.

TCB NAM

Task Control Block name in which the transaction was run. This can be the QR TCB of CICS when OPENAPI=NO is specified in the DBCVTPR or in the case of running with OPENAPI=YES, the open TCB NAME where the transaction was run.

TCB ID

Task Control Block sequence number which identifies the CA Datacom thread used by the current event.

CMMD

The CA Datacom/DB command being traced.

TBL

The name of the CA Datacom/DB table accessed by the current event, if any.

KEY NAME

The name of the key for the listed CA Datacom/DB table.

RTN CODE

Interpret the return code xx.yy as follows:

xx

CA Datacom/DB external return code (decimal), return code 0 (zero) if value is blank.

yy

CA Datacom/DB internal return code (hexadecimal), '40' is a blank internal return code.

URT ID

The number of the URT accessed by the current event.

DBID

The ID of the database accessed by the current event, consisting of five numbers nnnnn, where nnnnn can be 00001 through 05000. This field is blank for commands other than actual CA Datacom/DB data requests such as locates, reads, and maintenance requests as opposed to such commands as opens, closes, and log commands.

MUF ID

The ID of the MUF accessed by the current event, consisting of two numbers nn, where nn can be 01 through 99.