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

Chapter 3 285
Command Interpreter
(CIERR) 1901-12256
(CIERR 9800)
CAUSE Evidently, you entered a minus sign (-) between the
exponentiation operator (^) and the operand you are
evaluating.
ACTION Look for the exponentiation operator and verify whether
there is a minus sign (-), or the expression supplied after it
evaluates to a negative number.
9805 MESSAGE VARIABLE NAME ENCOUNTERED, BUT VARIABLE IS
NOT DEFINED. (CIERR 9805)
CAUSE In most cases, variable names must be defined before they
are used in commands and expressions. Evidently, you are
using a variable that is not defined.
ACTION Verify whether the variable exists, or its name was not
entered correctly. Then reenter the command.
9810 MESSAGE ILLEGAL CHARACTER FOUND, EXPECTED A NUMBER.
(CIERR 9810)
CAUSE The expression to the right of an operator does not
evaluate to a value. Evidently, you did not supply a
number after an operator, a set of parenthesis, or a set of
square brackets.
ACTION Examine the command line you typed and reenter it
correctly.
9815 MESSAGE ILLEGAL CHARACTER FOUND, EXPECTED A STRING.
(CIERR 9815)
CAUSE The string processing functions expect either string
literals or variables of string types as some of their
parameters. Evidently, you used one of these functions,
but did not supply the string literal or string variable
where one was expected.
ACTION Examine the command line you typed and reenter it
correctly.
9820 MESSAGE INTEGER UNDERFLOW WOULD RESULT. (CIERR 9820)
CAUSE The expression you supplied evaluated to a number
smaller than the smallest integer allowed on the system.
ACTION Examine the command line you typed and reenter it
correctly.
9825 MESSAGE MORE PARAMETERS SPECIFIED THAN ALLOWED FOR
THIS FUNCTION. (CIERR 9825)
CAUSE Evidently, you supplied more parameters to a function
than it expected.
ACTION Refer to the MPE/iX Commands Reference Manual for an