NET/MASTER Messages Manual
NNM1971
Messages
106159 Tandem Computers Incorporated 2–353
NNM1968 STRING:NUMBER OR NUMBER:STRING IS NOT A VALID RANGE
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. A range was specified either starting with a string literal and
ending with a number or starting with a number and ending with a string literal. Both
sides of a range must be of the same type: either both string literals or both numbers.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1969 EXPECTED TYPE NAME OR VARIABLE, FOUND:
lexical_element
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. The data type name 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.
NNM1970 OPTION:
lexical_element
IS INVALID OR DUPLICATED
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct.
lexical_element
was duplicated, or was mutually exclusive
of another lexical element already specified (for example, GENERIC used with
NUMERIC) or mutually exclusive of the specified literals (for example, NUMERIC
used with quoted strings).
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1971 INVALID TYPE NAME:
lexical_element
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. The data type name 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.