SERVER_STOP_CONDITIONS - UDM Manager configuration option

Description

The SERVER_STOP_CONDITIONS option specifies one or more exit codes of the executing UDM Manager that should trigger the locally running Universal Broker to cancel the corresponding UDM Server for the exited UDM Manager.

Usage


Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

n/a





Command Line, Long Form

-server_stop_conditions codes




(tick)

Environment Variable

UDMSERVERSTOPCONDITIONS=codes




(tick)

Configuration File Keyword

server_stop_conditions codes




(tick)

STRUDM Parameter

n/a





Values

codes is an exit code, or a comma-separated list of exit codes, that should cause the UDM Server to be cancelled.

z/OS ABEND codes are specified in two different formats:

  • System ABEND code: Starts with S followed by a 3-character hexadecimal value.
  • User ABEND code: Starts with U followed by a 4-character decimal value.

For example, when a job is terminated with the CANCEL console command, the job ends with a system ABEND code of S222.

There is no default.