NET/MASTER Messages Manual

NNM2089
Messages
2–380 106159 Tandem Computers Incorporated
NNM2089
error_type
filename
lineno
VALUE OUT OF RANGE
Cause. The line contained a value that was out of range.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct value.
NNM2090
error_type
PROCEDURE:
filename
LINE:
lineno
INVALID COMPLEX
VARIABLE
vblref
Cause. The complex variable reference was invalid.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
vblref
is the name of the complex variable.
Effect. Compilation continues, but no executable code is produced.
Recovery. Ensure that the variable reference is a valid complex variable.
NNM2091
error_type
VARIABLE LIST MUST CONTAIN ONLY A PREFIXED NAME
ENTRY.
Cause. You specified the BYNAME, GENERIC, MERGE, or OVERLAY keyword but
the VARS= operand did not contain a variable reference ending in *.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the correct variable reference.