TRACE_TABLE - UCMD Server configuration option

Description

The TRACE_TABLE option specifies the size of a wrap-around trace table maintained in memory.

The trace table is written to a file / data set when the program ends under the conditions specified in this option. Tracing is activated, and a trace file is generated, when the MESSAGE_LEVEL option is set to trace.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

trace_table size, condition

(tick)

(tick)

(tick)

(tick)

Manager Override

n/a





Values

size is the size (in bytes) of the table.

The size can be suffixed with either of the following characters:

  • M indicates that the size is specified in megabytes
  • K indicates that the size is specified in kilobytes

For example, 50M indicates that 50 x 1,048,576 bytes of memory is allocated for the trace table.

Note

A value of 0 indicates that the trace table is not used.


condition is the condition under which the trace table is written.

Possible values for condition are:

  • error
    Write the trace table if the program ends with a non-zero exit code.
  • always
    Write the trace table when the program ends regardless of the exit code.
  • never
    Never write the trace table.