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 MESSAGE_LEVEL option specifies the level of messages that will be issued.

Usage

Specification Method

Parameter / Value

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

-l level

(tick)

(tick)

Command Line, Long Form

-level level

(tick)

(tick)

Definition File Keyword

n/a

Value

level is the level of messages to be issued.

Valid values for level are:

  • trace
    Generates a text file that contains detailed program execution information.

Note

trace is used for debugging purposes only. It should be used only when requested by Stonebranch Inc. Customer Support.

  • audit
    Issues audit, informational, warning and error messages.
  • info
    Issues informational, warning and error messages.
  • warn
    Issues warning and error messages.
  • error
    Issues error messages only.

Default is info.

  • No labels