MPE/iX Error Messages Manual Vol 1 (32650-90878)
146 Chapter2
Command Interpreter
(CIERR)
ACTION None; the message is for information only.
1750 MESSAGE :ELSEIF CANNOT FOLLOW :ELSE. (CIWARN 1750)
CAUSE ELSEIF must not follow ELSE.
ACTION You must maintain proper IF...ELSE...ENDIF constructs.
Check the nesting in your IF construction.
1751 MESSAGE BAD IF EXPRESSION (CIERR 1751)
CAUSE A relational expression is not valid.
ACTION Review the relational expression and correct it where
necessary.
1752 MESSAGE BOOLEAN EXPRESSION REQUIRED IN IF CONSTRUCT
(CIERR 1752)
CAUSE The expression does not resolve to a Boolean value.
ACTION Review the relational expression and make sure that it
does resolve to a Boolean value.
1753 MESSAGE MAXIMUM IF CONSTRUCT STACK NESTING HIT (CIERR
1753)
CAUSE IF...ELSE...ENDIF nesting has exceeded the maximum
nesting level.
ACTION To avoid exceeding the nesting limit, use ELSEIF instead
of ELSE...IF.
1754 MESSAGE NO CONSTRUCTS ON CONSTRUCT STACK, INTERNAL
ERROR. (CIERR 1754)
CAUSE A syntax error was made for a CI language construct.
ACTION Review the attempted CI program construct for any errors
and correct them.
1755 MESSAGE NEW COMMAND WOULD EXCEED MAXIMUM LENGTH OF !
CHARACTERS. (CIERR 1755)
CAUSE Same as the message.
ACTION Check the syntax and reenter the command.
1756 MESSAGE DATA AFTER DELETE FIELD NOT RECOGNIZED, WAS
IGNORED. (CIERR 1756)
CAUSE Same as the message.
ACTION None; the message is for information only.
1760 MESSAGE CLINE EQUATE TABLE FULL. (CIERR 1760)
CAUSE Same as the message.
ACTION Review the CLINE equations and delete as necessary.
1761 MESSAGE BACK CLINE REFERENCE NOT FOUND. (CIERR 1761)