Previous Topic: TRACE: Displaying Trace Criteria ListNext Topic: DBEC/DBEX: Monitoring Local Resources with Enhanced Commands


Display Example: DBIC TRACE

 DBIC TRACE                                                            DELIM &    DB TRACE IS ON,  NUMBER OF ENTRIES IN TRACE TABLE      100  TRACE LIST RELATIONSHIP IS BOOLEAN QUALIFIER "OR"         TRANS ID    LIST ==>         TERMINAL ID LIST ==>         COMMAND     LIST ==> SELFR         DB TABLE    LIST ==> POH         DB ID       LIST ==> 00001         RC BYPASS   LIST ==>      DC00380I  TRANSACTION COMPLETED.

Field Descriptions
DB TRACE IS

One of the following:

ON

The Trace Facility is currently active. To deactivate, issue DBOC TRACEOFF.

OFF

The Trace Facility is currently inactive. To activate, issue DBOC TRACEON.

NUMBER OF ENTRIES IN TRACE TABLE

Number between 100 and 9999, indicating the maximum number of entries that the Trace Table is to hold, which is defined by TRACE= in DBCVTPR or through DBOC GENOPTS. For more information, see the System Reference Guide.

TRACE LIST RELATIONSHIP IS BOOLEAN QUALIFIER "OR"

Where "x" is one of the following:

OR

The trace extends to events which meet any of the Trace Criteria.

AND

The trace is limited to events which meet all of the Trace Criteria.

TRANS ID LIST

A list of transaction IDs. The Trace Facility only views tasks associated with transactions included in this list.

TERMINAL ID LIST

A list of terminal IDs. The Trace Facility only views tasks initiated at terminals included in this list.

COMMAND LIST

A list of CA Datacom/DB commands. The Trace Facility only views tasks issuing CA Datacom/DB commands included in this list.

DB TABLE LIST

A list of CA Datacom/DB tables. The Trace Facility only views tasks accessing CA Datacom/DB tables included in this list.

DB ID LIST

A list of CA Datacom/DB database IDs. The Trace Facility only views tasks accessing CA Datacom/DB databases with IDs included in this list.

RC BYPASS LIST

A list of CA Datacom/DB return codes. The Trace Facility only views tasks not receiving CA Datacom/DB return codes included in this list.

Note: CA Datacom CICS Services displays 00 to represent a return code of blanks.

If all of these fields are blank, the Trace Facility traces all CA Datacom/DB requests.