SETMAX – Influence default SETMAX behaviour
Sets the default behaviour of the SETMAX
command.
MAX_RC
- Compares the
POLICY
against the current maximum return code, and modifies the maximum return code if a match is made within thePOLICY
. It also sets the return code of theSETMAX
command to the same value. This is the default. MAX_RESP
- Compares the
POLICY
against the current maximum response code, and modifies the maximum response code if a match is made within thePOLICY
. It does not set the return code of theSETMAX
command. BOTH
- Compares against the highest of the current maximum return code
and maximum response code. It modifies both values if is a match is
found within the
POLICY
. It also sets the return code of theSETMAX
command to the same value.