NET/MASTER Messages Manual
NNM2061
Messages
106159 Tandem Computers Incorporated 2–371
NNM2058
error_type
ILLEGAL CHARACTER
Cause. An illegal character was found.
error_type
is ERROR:.
Effect. The illegal character is replaced by a blank. Compilation continues, and no
executable code is produced.
Recovery. Remove the illegal character or replace it by a blank.
NNM2059
error_type
CANNOT OPEN FILE
filename
. ERROR
errno
Cause. NCL could not open the file.
error_type
is FATAL ERROR:.
filename
is the name of the file to be opened.
errno
is a Guardian file-system error number.
Effect. Compilation stops, and no executable code is produced.
Recovery. Use the error number to determine the appropriate action to take.
NNM2060
error_type
STRING LITERAL TOO LONG
Cause. The literal string was too long. The range is 1 through 2000 characters.
error_type
is WARNING:.
Effect. Compilation continues.
Recovery. Correct the NCL procedure.
NNM2061
error_type
LABEL
label
NOT FOUND
Cause. The label was not found as the target of an ITERATE or LEAVE statement. The
label must be that of the DO loop that contains the statement.
error_type
is ERROR:.
label
identifies the required label.
Effect. Compilation continues, but no executable code is produced.
Recovery. Ensure that the label is attached to the iterative DO statement.