NET/MASTER Messages Manual

NNM2013
Messages
106159 Tandem Computers Incorporated 2–359
NNM2010
error_type
INVALID %%OPTIONS PARAMETER
Cause. The %%OPTIONS compiler directive specified an invalid option. The valid
options are DEFER and NODEFER.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Specify the correct option.
NNM2011
error_type
SYMBOL
definesym
ALREADY DEFINED
Cause. The %%DEFINE compiler directive specified a symbol that was already
defined.
error_type
is FATAL ERROR:.
definesym
is the symbol.
Effect. Compilation stops, and no executable code is produced.
Recovery. Specify a symbol that is not already defined in the NonStop NET/MASTER
MS system, or use the %%UNDEFINE compiler directive to undefine the symbol
before defining a new value to the symbol.
NNM2012
error_type
MISSING DEFINE TEXT
Cause. The %%DEFINE compiler directive did not specify the text. The syntax is
%%DEFINE symbol text.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Add the text to the directive.
NNM2013
error_type
ILLEGAL DEFINE TOKEN
Cause. The %%DEFINE compiler directive specified an invalid symbol. The symbol
must not be a number or an operator.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Specify a correct symbol in the directive.