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_DESTINATION option specifies the location where messages are written.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

-d destination

(tick)

Command Line, Long Form

-dest destination

(tick)

Configuration File Keyword

message_dest destination

(tick)

(tick)

Value

destination is the location where messages are written.

Valid values for destination are:


Windows

  • system
    Writes the messages to the Windows Application Event Log.

z/OS

  • stderr Writes the messages to the console.
  • stderr is a valid value only if UEC is running as a console application.
  • logfile Writes the messages to ddname UNVLOG.
  • system Writes the messages to the console as WTO messages.

Default for a console process is stderr.

  • No labels