DISPLAY TRACETABLE command

You can use the DISPLAY TRACETABLE command to display the current attribute settings for the requested trace tables.

The following diagram shows the syntax for the DISPLAY TRACETABLE command:

Read syntax diagramSkip visual syntax diagramDISPLAYDISTRACETABLETRTABNAME(,trace_table_nametrace_table_name*)OWNER(BPEDRF)

The following list describes the parameters of DISPLAY TRACETABLE:

DISPLAY | DIS
A required parameter that specifies that the action against the specified resource is to display attributes of the resource.
TRACETABLE | TRTAB
A required parameter that specifies that the resource type being acted upon is a BPE-managed trace table.
NAME(trace_table_name)
A required parameter that specifies the name of the trace table type or types about which you want attributes displayed. You can specify a single trace table name or a list of trace table names separated by commas. Trace table names can contain the wildcard characters * and ?. For example, NAME(c*) is equivalent to NAME(CMD,CBS). Trace table names can be IMS Database Recovery Facility BPE-defined trace tables or IMS Database Recovery Facility-defined trace tables.
The following IMS Database Recovery Facility BPE-defined trace table types are available:
AWE
Asynchronous work element (AWE) trace table
CBS
Control block services trace table
CMD
Command trace table
DISP
Dispatcher trace table
ERR
IMS Database Recovery Facility BPE Error trace table
LATC
Latch trace table
MISC
Miscellaneous trace table that is used only by IMS Service for trap traces
SSRV
System services trace table
STG
Storage service trace table
USRX
User exit routine trace table

The following IMS Database Recovery Facility-defined trace table types are available:

INIT
IMS Database Recovery Facility initialization
DRF
IMS Database Recovery Facility
OWNER(BPE | DRF)
An optional parameter that specifies the owner of the trace table type or types about which you want attributes displayed. You can specify one of the following values:
BPE
For all IMS Database Recovery Facility BPE-defined trace table types
DRF
For IMS Database Recovery Facility-defined trace table types

The OWNER parameter acts as a filter to help you select which trace tables you want to display. For example, you could specify NAME(*) OWNER(DRF) to display all of the IMS Database Recovery Facility-defined trace table types (INIT, DRF).

You could specify NAME(*) OWNER(BPE) to display all of the IMS Database Recovery Facility BPE-defined trace table types.

If OWNER is omitted, then both the IMS Database Recovery Facility BPE and the IMS Database Recovery Facility component trace tables might be displayed (depending on the tables specified on NAME).