NET/MASTER Messages Manual
NNM2029
Messages
106159 Tandem Computers Incorporated 2–363
NNM2026
error_type
expect
EXPECTED
Cause. NCL expected to find an item but did not find it.
error_type
is ERROR: or FATAL ERROR:.
expect
denotes the item (for example, CLOSING PARENTHESIS, END, or
SHARE OR NOSHARE).
Effect. If this is an error, compilation continues but no executable code is produced. If
this is a fatal error, compilation stops and no executable code is produced.
Recovery. Correct the error.
NNM2027
error_type
INVALID MATCH CONDITION
Cause. The GOSUB or GOTO statement specified an invalid value for the MATCH
operand. The valid values are EQ, GE, GT, LE, LT, and NE.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct value for the MATCH operand.
NNM2028
error_type
ILLEGAL SYMBOL FOR EXTERNAL ROUTINE
Cause. The CALL statement specified an invalid name.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the correct name.
NNM2029
error_type
LABEL ON
stmtname
ILLEGAL
Cause. You cannot label the statement.
error_type
is ERROR:.
stmtname
is the type of statement (for example, ELSE or WHEN).
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove the label.