NET/MASTER Messages Manual

NNM1963
Messages
106159 Tandem Computers Incorporated 2–351
NNM1960 INVALID SYNTAX IN BOOLEXPR EXPRESSION:
lexical_element_1
lexical_element_2
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. The end of the expression that was expected at the position of
lexical_element_2
was not found.
lexical_element_1
and
lexical_element_2
are part of the expression and identify the location of the error.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1961 EXPECTED AND/OR/) IN BOOLEXPR EXPRESSION:
lexical_element_1
lexical_element_2
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. The Boolean operator AND or OR, or a right parenthesis that
was expected at the position of
lexical_element_2
was not found.
lexical_element_1
and
lexical_element_2
are part of the expression and
identify the location of the error.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1962 EXPECTED TRUE/FALSE AFTER IGNORE, FOUND:
lexical_element
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. The keyword TRUE or FALSE that follows IGNORE was not
found at the position of
lexical_element
.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1963 EXPECTED NUMBER/LITERAL/VARIABLE, 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 at the
position of
lexical_element
was not found.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.