NET/MASTER Messages Manual

NNM2070
Messages
2–374 106159 Tandem Computers Incorporated
NNM2070
error_type
NO TOKENS IN BRACKETED EXPRESSION
Cause. NCL found a pair of parentheses with no expression in between: that is, ().
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. If a variable represents the expression, ensure that you initialize the variable
to the correct value.
NNM2071
error_type
kwd1
EXCLUSION ERROR WITH
kwd2
Cause. The verb specified mutually exclusive operands.
kwd1
and
kwd2
are the
operands that were mutually exclusive.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Remove one of the two operands.
NNM2072
error_type
operand
REQUIRED BUT NOT PROVIDED ERROR
Cause. The verb did not specify all the required operands.
error_type
is ERROR:.
operand
is one of the missing operands.
Effect. Compilation continues, but no executable code is produced.
Recovery. Add the operand to the verb.
NNM2073
error_type
STATEMENT BUFFER OVERFLOW
Cause. Processing of the current statement overflowed the internal statement buffer.
The size of this buffer is limited to 32 KB.
error_type
is FATAL ERROR:.
Effect. The compilation fails.
Recovery. Either split up the statement into simpler multiple statements (if one
statement has caused the overflow), or allow multiple statements to be present on
different lines (if multiple statements joined with the line continuation character have
caused the overflow).