TRACE_TABLE - UEM Manager configuration option
Description
The TRACE_TABLE option specifies the size of a wrap-around trace table maintained in memory.
Tracing is activated when the MESSAGE_LEVEL option is set to trace.
UNIX | The trace table is written to a file named uem.trc when the program ends under the conditions specified by TRACE_TABLE. |
---|---|
Windows | The trace table is written to a file named uem.trc when the program ends under the conditions specified by TRACE_TABLE. |
z/OS | The trace table is written to a data set when the program ends under the conditions specified by TRACE_TABLE. |
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | trace_table size[units],cond | |||||
Environment Variable | UEMTRACETABLE=size[units][,cond] | |||||
Configuration File Keyword | trace_table size[units],cond |
Values
size is the size of the trace table.
If size is set to 0 (zero), the trace table is not used.
Default is 0.