NET/MASTER Messages Manual

NNM2021
Messages
106159 Tandem Computers Incorporated 2–361
NNM2018
error_type
OPEN STRING AT EOF
Cause. NCL reached the end of the file but a string was still open. The closing
quotation mark was missing or did not match the opening quotation mark.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Ensure that the last opening quotation mark has a matching closing
quotation mark.
NNM2019
error_type
OPEN COMMENT IN %% COMPILER DIRECTIVE
Cause. The compiler directive included a partial comment (there was no closing
comment delimiter). A compiler directive must be on a single line.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Correct the comment.
NNM2020
error_type
OPEN COMMENT AT EOF
Cause. NCL reached the end of the file but a comment was still open. The closing
comment delimiter was missing.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Ensure that the last opening comment delimiter has a matching closing
delimiter.
NNM2021
error_type
LINE CONTINUATION ON %% COMPILER DIRECTIVE
Cause. The compiler directive contained the line continuation character, a comma, at
the end of a line. A compiler directive must be on a single line.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Correct the directive.