NET/MASTER Messages Manual

NNM1978
Messages
106159 Tandem Computers Incorporated 2–355
NNM1976 INVALID NUMBER IN BOOLEXPR EXPRESSION:
lexical_element
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. It contained an invalid number, for example, no digits after a +
or -, or no digits after an E (for exponent).
lexical_element
is the invalid number.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1977 INVALID QUOTED STRING IN BOOLEXPR EXPRESSION:
lexical_element
Cause. The expression passed to the BOOLEXPR built-in function was not
syntactically correct. It contained a quoted string that was not terminated by a quote.
lexical_element
is the invalid quoted string.
Effect. The value INVALID is returned from BOOLEXPR.
Recovery. Correct the Boolean expression.
NNM1978 VARIABLE:
vblname
VALUE NOT NUMERIC:
vblval
Cause. The expression passed to the BOOLEXPR built-in function contained a variable
that did not result in a number where a number was required (for example, if
NUMERIC was specified, or a comparison was with a number).
vblname
is the name of the variable in error.
vblval
is the string value of the variable.
Effect. The value BAD is returned from BOOLEXPR.
Recovery. Correct either the expression passed to BOOLEXPR or the contents of the
variable.