Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

(tick)

Configuration File Keyword

trace_file_lines lines

(tick)

(tick)

Values

lines is the maximum number of lines to write to the trace file.

Default is 50,000.

  • No labels