TRACE_FILE_LINES - UEC configuration option
Description
The TRACE_FILE_LINES option specifies the maximum number of lines to write to the trace file.
A trace file is generated when the MESSAGE_LEVEL option is set to trace. The trace file will wrap around when the maximum number of lines has been reached and start writing trace entries after the trace header lines.
(The average size of a trace file line is 50 characters.)
z/OS
The trace file is written to ddname UNVTRACE. However, TRACE_FILE_LINES has no effect if ddname UNVTRACE has allocated a JES SYSOUT file.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -tracefilelines lines | |||||
Configuration File Keyword | trace_file_lines lines |
Values
lines is the maximum number of lines to write to the trace file.
Default is 50,000.