NET/MASTER Messages Manual
NNM1964
Messages
2–352 106159 Tandem Computers Incorporated
NNM1964 EXPECTED RELATIONAL OPERATOR, FOUND:
lexical_element
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. A relational operator (for example, = or >) that was expected at
the position of
lexical_element
was not found.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1965 RANGE OR GENERIC ONLY VALID FOR = AND \= OPERATORS
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. The range test or the GENERIC keyword was used with an
operator other than = or \=.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1966 GENERIC ONLY VALID WITH QUOTED DATA OR VARIABLES
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. The GENERIC keyword was used in conjunction with a numeric
literal. You can only use GENERIC when the right operand of the expression is a
quoted constant or a variable.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1967 EXPECTED NUMBER/LITERAL/VARIABLE AFTER :, FOUND:
lexical_element
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. A number, string literal, or variable that was expected after the
colon (:) at the position of
lexical_element
was not found.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.