NET/MASTER Messages Manual

NNM2037
Messages
106159 Tandem Computers Incorporated 2–365
NNM2034
error_type
INVALID LABEL
Cause. The label was invalid. A label consists of a name followed by :. The name can
be one of the following:
String containing alphanumeric characters, @, #, $, and _
Quoted string
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct label.
NNM2035
error_type
LOCAL SIMPLE VARIABLE EXPECTED AS CONTROL VARIABLE
Cause. The DO statement specified an invalid control variable. The variable must be a
local simple variable.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify a correct control variable in the statement.
NNM2036
error_type
STRING CONSTANT TOO LONG
fold
Cause. The string was too long. If
fold
is - “NOT FOLDED”, the string consists of
substrings and concatenation takes place at run time.
error_type
is WARNING: or ERROR:.
Effect. If
fold
is "", the compilation fails; if
fold
is "- NOT FOLDED", compilation
continues.
Recovery. If
fold
is "", break the string up into substrings of not more than 2 KB.
NNM2037
error_type
UNMATCHED END STATEMENT
Cause. The END statement was illegal. The statement can only be used in conjunction
with DO, FUNCTION, PROCEDURE, and SELECT.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the NCL procedure.