TRACE_FILE_LINES - UDM Manager configuration option
Description
The TRACE_FILE_LINES option specifies the maximum number of lines to write to the trace file.
When the maximum number of lines has been reached, the trace file will wrap around and start writing trace entries after the trace header lines.
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 |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -tracefilelines number | ||||
Environment Variable | UDMTRACEFILELINES=number | ||||
Configuration File Keyword | trace_file_lines number | ||||
STRUDM Parameter | TRCLINES(number) |
Values
number is the maximum number of lines.
Default is 200,000.
IBM i | The current record length is 384 characters. Note
|
---|---|
UNIX | The average size of a trace file line is 50 characters. |
z/OS | This option has no effect when the UNVTRACE ddname allocates a JES SYSOUT data set. |