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

144 Chapter2
Command Interpreter
(CIERR)
you did not, define the JCW, and reenter the command.
1735 MESSAGE THE REST OF THE RELATIONAL EXPRESSION IS
MISSING. (CIERR 1735)
CAUSE You entered an invalid expression.
ACTION Correct the relational expression and reenter it.
1736 MESSAGE EXPECTED ONE OF <, >, =, <=, >=, OR <>. (CIERR
1736)
CAUSE You entered a syntax error.
ACTION Correct the relational expression and reenter it.
1737 MESSAGE THIS JCW IS UNDEFINED AND THUS CANNOT BE
EVALUATED. (CIERR 1737)
CAUSE You referenced an undefined JCW.
ACTION Make sure that you entered the name of a defined JCW. If
you did not, define the JCW, and reenter the command.
1738 MESSAGE EXPECTED A SECOND JCW VALUE FOR THE RELATION.
(CIERR 1738)
CAUSE Same as the message.
ACTION Review the operation, then correct the relational
expression and reenter the command.
1739 MESSAGE EXPECTED A ")" TO MATCH A PREVIOUS "(".
(CIERR 1739)
CAUSE An opening parenthesis must be paired with a closing
parenthesis.
ACTION Add a closing parenthesis to match the opening
parenthesis.
1740 MESSAGE SYNTAX OF IF COMMAND IS "IF <CONDITION>
THEN". (CIERR 1740)
CAUSE The syntax for the IF command was incorrect.
ACTION Specify the IF command using the syntax shown in the
error message.
1741 MESSAGE EXPECTED A "THEN" AFTER <CONDITION> PART OF
COMMAND. (CIERR 1741)
CAUSE The syntax for the IF command did not contain the THEN
statement.
ACTION Specify the IF command correctly by including the THEN
statement following the CONDITION statement.
1742 MESSAGE UNRECOGNIZED PARAMETERS TO IF COMMAND. (CIERR
1742)