CHAP
This command uses a specified numeric parameter to change the dispatching priority of the EXEC either up or down.
Command | Parameters |
---|---|
CHAP | (n) |
The following table describes the parameters.
Parameter | Function | Notes |
---|---|---|
n | a numerical value that changes the dispatching priority (either up or down) of the EXECThe value you specify is added to the current dispatching priority. | The numerical value can range from -255 to 255. After the EXEC terminates, the new dispatching value is returned in the variable IMFPRIO. The value of IMFPRIO can be from 0 to 255. |
Condition codes are listed in the following table.
Value | Description |
---|---|
16 | syntax error |
Example
This example shows IMFEXEC CHAP where the specified value (-10) will be added to the current dispatching priority.
CLIST example:
Specifying a value of zero (0) returns the current priority.