NET/MASTER Messages Manual
NNM2077
Messages
2–376 106159 Tandem Computers Incorporated
NNM2077
error_type
filename
lineno
LIMIT LABEL
label
NOT FOUND OR IN
BAD SCOPE
Cause. The GOSUB or GOTO statement specified a label for the LIMIT operand, but
NCL could not find the label.
error_type
is FATAL ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
label
is the label as specified for the LIMIT operand.
Effect. Compilation stops, and no executable code is produced.
Recovery. Specify a correct label for the LIMIT operand, and ensure that the label is not
the label of a function or procedure statement.
NNM2078
error_type
filename
lineno
LABEL TOO LONG
Cause. The label was more than 250 characters long.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a label that is fewer than 250 characters long.
NNM2079
error_type
filename
lineno
BAD SCOPE FOR LIMIT LABEL
label
Cause. The GOSUB or GOTO statement specified a label for the LIMIT operand. NCL
found the label, but the label was invalid.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
label
is the label as specified for the LIMIT operand.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct label for the LIMIT operand.