NET/MASTER Messages Manual

NNM1979
Messages
2–356 106159 Tandem Computers Incorporated
NNM1979 VARIABLE:
vblname
HAS INVALID TYPE NAME:
type_name
Cause. The expression passed to the BOOLEXPR built-in function contained a variable
that contained an invalid data type name. The variable was used as the right operand
of the IS or IS NOT operator.
vblname
is the name of the variable in error.
type_name
is the invalid data type name.
Effect. The value BAD is returned from BOOLEXPR.
Recovery. Correct either the expression passed to BOOLEXPR or the contents of the
variable.
NNM2000
error_type
DATA* PROVIDED WITH NO VARIABLE PREFIX IN VARS LIST
Cause. The VARTABLE verb specified FIELDS and VARS lists. The FIELDS list
contained a DATA* entry, but the VARS list did not contain a corresponding variable
ending in *.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Ensure that the correct variable is in the VARS list at the same position as the
DATA* entry in the FIELDS list.
NNM2001
error_type
PREFIXED VARIABLE PROVIDED WITHOUT DATA* IN FIELDS
LIST
Cause. A VARTABLE verb specified FIELDS and VARS lists. The VARS list contained
a variable ending in *, but the FIELDS list did not contain a corresponding DATA*
entry.
error_type
is ERROR:.
Recovery. Ensure that the DATA* entry is in the FIELDS list at the same position as the
corresponding variable in the VARS list.