NET/MASTER Messages Manual

NNM2038
Messages
2–366 106159 Tandem Computers Incorporated
NNM2038
error_type
LABEL REQUIRED FOR
type
Cause. The FUNCTION or PROCEDURE statement did not have a label.
error_type
is ERROR:.
type
is FUNCTION or PROCEDURE.
Effect. Compilation continues, but no executable code is produced.
Recovery. Add a label to the statement.
NNM2039
error_type
type
MUST BE AT OPEN CODE LEVEL
Cause. The FUNCTION or PROCEDURE statement was illegal. For example, the
statement may be in a DO loop.
error_type
is ERROR:.
type
is FUNCTION or PROCEDURE.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the NCL procedure.
NNM2040
error_type
INVALID ON-CONDITION NAME
Cause. The ON statement specified an invalid condition name. A condition name can
contain alphanumeric characters, @, #, $, and _.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the correct condition name in the statement.
NNM2041
error_type
ON-CONDITION NAME TOO LONG
Cause. The ON statement specified a condition name that was longer than 32
characters.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the correct condition name in the statement.