(CIERR) (contd.) [ MPE/iX Error Messages Manual Volume I ] MPE/iX 5.0 Documentation
MPE/iX Error Messages Manual Volume I
(CIERR) (contd.)
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.
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)
CAUSE Same as the message.
ACTION Review the command and reenter the CLINE equation
as necesary.
---------------------------------------------------------------
1762 MESSAGE TOO MANY BACK CLINE REFERENCES. (CIERR 1762)
CAUSE Same as the message.
ACTION Review the CLINE equations and delete as necessary.
---------------------------------------------------------------
1763 MESSAGE INVALID CLINE DESIGNATOR. (CIERR 1763)
CAUSE Same as the message.
ACTION Check the syntax and reenter the command.
---------------------------------------------------------------
1764 MESSAGE CLINE EQUATION NOT FOUND. (CIERR 1764)
CAUSE Same as the message.
ACTION Review the command and reenter the CLINE equation
as necesary.
---------------------------------------------------------------
MPE/iX 5.0 Documentation