SERVER_STOP_CONDITIONS - UCMD Manager configuration option
Description
The SERVER_STOP_CONDITIONS option specifies one or more exit codes of the executing UCMD Manager that should trigger the locally running Universal Broker to cancel the corresponding UCMD Server for the exited UCMD Manager.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -server_stop_conditions codes |
| |||
Environment Variable | UCMDSERVERSTOPCONDITIONS=codes |
| |||
Configuration File Keyword | server_stop_conditions codes |
| |||
STRUCM Parameter | n/a |
Values
codes is an exit code, or a comma-separated list of exit codes, that should cause the UCMD 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.