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. As allocated on the AS/400 (i5), the maximum number of records is 509,000. To increase the value of TRACE_FILE_LINES beyond this number, a manual adjustment of the file size via the CHGPF command is required. info
Setting a number of records larger than the maximum number of records allocated to the trace file will result in a prompt sent to QSYSOPR. Unless a default response is set for this message (CPA5305), the PROCESS WILL HANG waiting for the QSYSOPR response. |
|---|---|
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. The average size of a trace file line is 50 characters. |