MAXIMUM_RETURN_CODE - UEMLoad configuration option
Description
The MAXIMUM_RETURN_CODE option specifies the highest value that a process executed on behalf of an event handler can return to be considered as having execute successfully.
UEM Server reports an execution error if the value returned by the handler process is greater than the value specified by MAXIMUM_RETURN_CODE.
Usage
Specification Method |
Parameter / Value |
IBM i |
HP NonStop |
UNIX |
Windows |
z/OS |
Command Line, Short Form |
n/a |
|
|
|
|
|
Command Line, Long Form |
-maxrc returncode |
|
|
|
|
|
Definition File Keyword |
maxrc returncode |
|
|
|
|
|
Value
returncode is the highest value that a process can return to be considered as having been successful.
If MAXIMUM_RETURN_CODE is not used, the specified (or default) value of the UEM Server MAXIMUM_RETURN_CODE option is used.