NET/MASTER Messages Manual
NNM2053
Messages
106159 Tandem Computers Incorporated 2–369
NNM2050
error_type
UNEXPECTED CHARACTERS BEFORE END OF STATEMENT
Cause. Extra characters were encountered where the end of the current statement was
expected.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove the extra characters.
NNM2051
error_type
MISMATCHED END LABEL
Cause. A label was supplied on an END statement for checking purposes, but it did
not match a label on the statement construct being ended.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Look for mismatched END statements, and check the spelling of the label.
Correct the statements.
NNM2052
error_type
INVALID %% COMPILER DIRECTIVE
Cause. The compiler directive was invalid. Valid directives are %%DEFINE,
%%INCLUDE, %%OPTIONS, and %%UNDEFINE.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Correct the NCL procedure, and retry.
NNM2053
error_type
EMPTY RETURN VARIABLE LIST
Cause. The RETURN statement in the procedure specified a variable list that contained
no variables. The list must contain at least one variable.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. If no variables are to be returned, an EXIT must be coded instead of a
RETURN.