NET/MASTER Messages Manual
NNM2045
Messages
106159 Tandem Computers Incorporated 2–367
NNM2042
error_type
tok
NOT CONSTANT
Cause. NCL expected an item that is constant but the item found was not constant.
error_type
is ERROR:.
tok
is LIMIT LABEL (used in GOSUB and GOTO), SIGNAL LABEL (used
in SIGNAL), or VARIABLE NAME.
Effect. Compilation continues, but no executable code is produced.
Recovery. Make the item a constant.
NNM2043
error_type
INVALID KEYWORD
Cause. A keyword was illegal in the current statement, or illegal in the current position
within a statement.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the NCL procedure and retry.
NNM2044
error_type
MISSING STATEMENT FOR
stmtname
Cause. A construct required a particular statement but the statement was not found.
error_type
is ERROR:.
stmtname
is the statement (for example, ELSE, OTHERWISE, THEN, or WHEN).
Effect. Compilation continues, but no executable code is produced.
Recovery. Add the statement.
NNM2045
error_type
ref1
AND
ref2
ARE MUTUALLY EXCLUSIVE
Cause. The statement specified mutually exclusive keywords (
ref1
and
ref2
).
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove either
ref1
or
ref2
.