NET/MASTER Messages Manual
NNM2082
Messages
106159 Tandem Computers Incorporated 2–377
NNM2080
error_type
filename
lineno
LABEL
label
NOT FOUND
Cause. NCL could not find the label specified in the GOSUB, GOTO, or SIGNAL
LABEL statement.
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 name of the label.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct label, and ensure that the label is not the label of a function
or procedure statement.
NNM2081
error_type
filename
lineno
BAD SCOPE FOR TARGET LABEL
label
Cause. NCL found the label in the GOSUB, GOTO, or SIGNAL LABEL statement, 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 name of the label.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct label for the statement.
NNM2082
error_type
filename
lineno
INVOKING
found
AS
wanted
Cause. A function was being invoked as a procedure, or a procedure was being
invoked as a function.
error_type
is ERROR:.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
found
is the type of routine found: FUNCTION or PROCEDURE.
wanted
is the type of routine required: FUNCTION or PROCEDURE.
Effect. Compilation continues, but no executable code is produced.
Recovery. Invoke the routine correctly, according to the type.