MPE/iX Error Messages Manual Vol 1 (32650-90878)

286 Chapter3
Command Interpreter
(CIERR) 1901-12256
explanation of the CI functions and their parameters.
Then, reenter the command.
9830 MESSAGE UNEXPECTED COMMA ENCOUNTERED. (CIERR 9830)
CAUSE Evidently, you entered a CI function and ended the
parameter list with a comma.
ACTION Reenter the command and supply the function with the
exact number of parameters. Refer to the MPE/iX
Commands Reference Manual for information on CI
functions.
9835 MESSAGE UNEXPECTED BOOLEAN EXPRESSION ENCOUNTERED.
(CIERR 9835)
9840 MESSAGE THIS FUNCTION IS MISSING A PARAMETER. (CIERR
9840)
CAUSE Evidently, you did not supply the exact number of
parameters expected by this CI function.
ACTION Reenter the command and supply the function with the
exact number of parameters. Refer to the MPE/iX
Commands Reference Manual for information on CI
functions.
9850 MESSAGE UNABLE TO SHIFT MORE THAN 31 BITS. (CIERR
9850)
CAUSE CI's bit shifting functions allow 31 bit shifts at a time.
Evidently, you entered a number that is larger than 31, or
the expression you supplied evaluates to a number bigger
than 31.
ACTION Verify that the number of shifts you requested is between
0 and 31 inclusive. Then reenter the command.
9860 MESSAGE THE NUMBER OF BITS TO SHIFT MUST BE POSITIVE.
(CIERR 9860)
CAUSE Evidently, you entered a negative number, or the
expression you supplied evaluates to a negative value.
ACTION Verify that the number of shifts you requested is a positive
number. Then reenter the command.
9870 MESSAGE A STRING OPERAND WAS FOUND IN A NUMERIC
EXPRESSION. (CIERR 9870)
CAUSE Evidently, you entered a string literal or string variable in
a numeric expression.
ACTION Reenter the command and supply all numeric values and
variables.
9880 MESSAGE A NUMERIC OPERAND WAS FOUND IN A STRING
EXPRESSION. (CIERR 9880)