MESSAGE_DESTINATION - UEC configuration option

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.