TRACE_FILE_LINES - UEM Manager configuration option
Description
The TRACE_FILE_LINES option specifies the maximum number of lines to write to a trace file.
A trace file is generated when the MESSAGE_LEVEL option is set to trace. The trace file will wrap around when the number of lines specified by TRACE_FILE_LINES has been reached. New trace entries are written at the top of the trace file, just after the trace header lines.
UNIX | Trace entries are written to the uem.trc file, which resides in the UEM Manager working directory. |
---|---|
Windows | Trace entries are written to the uem.trc file, which resides in the UEM Manager working directory. |
z/OS | The trace file is written to the data set referenced by the UNVTRACE DD statement. Note This option has no effect if the UNVTRACE DD statement points to 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 |
|
|
|
|
|
Environment Variable | UEMTRACEFILELINES=lines |
|
|
|
|
|
Configuration File Keyword | trace_file_lines lines |
|
|
|
|
|
Value
lines is the maximum number of lines to write to a trace file.
When setting this value, allow for an average trace file line size of 50 characters.
Default is 50,000.