MPE/iX Error Messages Manual Vol 1 (32650-90878)
284 Chapter3
Command Interpreter
(CIERR) 1901-12256
information on string operators. Then, reenter the
command.
9757 MESSAGE AN OPERATOR WAS EXPECTED, BUT NONE WAS FOUND.
(CIERR 9757)
CAUSE The expression you supplied is missing an operator.
ACTION Reenter the command.
9760 MESSAGE UNMATCHED LEFT PARENTHESIS IN THE EXPRESSION.
(CIERR 9760)
CAUSE Evidently, you did not supply a right parenthesis to match
the left parenthesis in the expression.
ACTION Reenter the command and supply a right parenthesis.
9770 MESSAGE UNMATCHED RIGHT PARENTHESIS IN THE
EXPRESSION. (CIERR 9770)
CAUSE Evidently, you did not supply a left parenthesis to match
the right parenthesis in the expression.
ACTION Reenter the command and supply a left parenthesis.
9775 MESSAGE ILLEGAL CHARACTER FOUND, HEXADECIMAL DIGIT
EXPECTED. (CIERR 9775)
CAUSE Valid hexadecimal digits are 0 through 9, and letters A
through F.
ACTION Reenter the command and supply a valid hexadecimal
digit after the dollar sign ($).
9780 MESSAGE ILLEGAL CHARACTER FOUND, OCTAL DIGIT
EXPECTED. (CIERR 9780)
CAUSE Valid octal digits are 0 through 7.
ACTION Reenter the command and supply a valid octal digit after
the percent sign (%).
9790 MESSAGE ILLEGAL CHARACTER FOUND, DECIMAL DIGIT
EXPECTED. (CIERR 9790)
CAUSE Valid decimal digits are 0 through 9.
ACTION Reenter the command and supply a valid decimal digit
after the pound sign (#).
9795 MESSAGE VARIABLE TYPES MAY NOT BE MIXED IN
EXPRESSIONS. (CIERR 9795)
CAUSE You supplied an expression whose operands are not of the
same type.
ACTION Use the TYPEOF function to verify the type of each
component of the expression. Reenter the command.
9800 MESSAGE NEGATIVE EXPONENT IS FOUND IN THE EXPRESSION.