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

Chapter 3 283
Command Interpreter
(CIERR) 1901-12256
expression (for example, ECHO ! ["a" + "b ].
ACTION Make sure all quotes are in pairs.
9706 MESSAGE CLOSING SQUARE BRACKET NOT FOUND, EXPRESSION
NOT SUBSTITUTED. (CIWARN 9706)
CAUSE Evidently, you did not supply a right bracket to match the
left bracket (for example ECHO ! [ expression ).
ACTION Reenter the command and supply a right bracket.
9710 MESSAGE NON-NUMERIC CHARACTER FOUND IN THE
EXPRESSION. (CIERR 9710)
9720 MESSAGE ATTEMPT TO DIVIDE BY ZERO IN THE EXPRESSION.
(CIERR 9720)
CAUSE It is illegal to divide by zero. Evidently, the denominator of
the expression you supplied evaluated to zero.
ACTION Examine each component of the expression and reenter
the command.
9730 MESSAGE ILLEGAL CHARACTER IN THE EXPRESSION. (CIERR
9730)
9735 MESSAGE RESULT WOULD BE OUT OF INTEGER RANGE. (CIERR
9735)
CAUSE An integer value has a limited range. Evidently, the
expression you supplied resulted a value that is outside
that range (for example, :CALC 2^32).
ACTION Examine each component of the expression and reenter
the command.
9740 MESSAGE INTEGER OVERFLOW IN THE EXPRESSION (CIERR
9740)
CAUSE Evidently, the expression you supplied resulted a value
that is caused an overflow (for example, :CALC 99 * 2^30).
9745 MESSAGE BREAK HIT DURING INPUT FUNCTION, EXPRESSION
EVALUATION TERMINATED. (CIERR 9745)
9750 MESSAGE UNKNOWN OPERATOR FOUND IN THE EXPRESSION.
(CIERR 9750)
9753 MESSAGE THIS IS AN INVALID USE OF THIS OPERATOR.
(CIERR 9753)
9755 MESSAGE A STRING OPERATOR WAS EXPECTED BUT NONE WAS
FOUND. (CIERR 9755)
CAUSE Evidently, you specified an operator that is not a string
operator, or the operator is misspelled (for example :CALC
20 MODD 3).
ACTION Refer to the MPE/iX Commands Reference Manual for