NET/MASTER Messages Manual

NNM2062
Messages
2–372 106159 Tandem Computers Incorporated
NNM2062
error_type
filename
lineno
NOT INSIDE AN ITERATIVE DO
Cause. An ITERATE or LEAVE statement was not included in an iterative DO
statement.
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. Ensure that the ITERATE or LEAVE statement is included in an iterative DO
statement.
NNM2063
error_type
UNKNOWN VERB
verb
Cause. The verb was invalid.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the correct verb.
NNM2064
error_type
INVALID QUALIFIER
Cause. The verb specified an invalid value (qualifier) for an operand.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct value for the operand.
NNM2065
error_type
NULL EXPRESSION AS QUALIFIER
Cause. A verb specified a null expression as the value (qualifier) for an operand.
error_type
is WARNING:.
Effect. Compilation continues.
Recovery. Ensure that the value does not start with same name as an operand of the
verb.