MPE/iX Error Messages Manual Vol 1 (32650-90878)
Chapter 2 145
Command Interpreter
(CIERR)
CAUSE Parameters specified were not recognized by the IF
command.
ACTION The IF command only recognizes the CONDITION and
THEN statement parameters.
1743 MESSAGE IF COMMANDS MAY NOT BE NESTED MORE THAN 30
LEVELS. (CIERR 1743)
CAUSE The IF command was nested more than 30 levels which is
not allowed.
ACTION Do not nest the IF command more than 30 levels.
1744 MESSAGE THE ELSE COMMAND HAS NO PARAMETERS. (CIWARN
1744)
CAUSE A parameter was specified with the ELSE command.
ACTION Do not specify any parameters with the ELSE command.
1745 MESSAGE THIS ELSE COMMAND DOES NOT HAVE A
CORRESPONDING IF. THE ELSE IS IGNORED.
(CIWARN 1745)
CAUSE The ELSE command expects to find a corresponding IF
command.
ACTION Specify an IF command or remove the ELSE command.
1746 MESSAGE THE ENDIF COMMAND HAS NO PARAMETERS. (CIWARN
1746)
CAUSE Parameters were specified with the ENDIF command.
ACTION Do not specify any parameters with the ENDIF command.
1747 MESSAGE THIS ENDIF COMMAND DOES NOT HAVE A
CORRESPONDING IF. THE ENDIF IS IGNORED.
(CIWARN 1747)
CAUSE The ENDIF command expects to find a corresponding IF
command.
ACTION Specify an IF command or remove the ENDIF command.
1748 MESSAGE MORE THAN ONE ELSE FOUND FOR THE CURRENT IF
LEVEL. (CIWARN 1748)
CAUSE The IF command only allows one corresponding ELSE
command.
ACTION Remove the extra ELSE command or add a corresponding
IF command.
1749 MESSAGE :IF'S/:ENDIF'S AND :WHILE'S/:ENDWHILE'S MUST
BE PAIRED IN BREAK MODE. THE PRE-BREAK
NESTING LEVEL WILL BE RESTORED. (CIWARN 1749)
CAUSE Same as the message.