NET/MASTER Messages Manual

NNM2006
Messages
2–358 106159 Tandem Computers Incorporated
NNM2006
error_type
MISSING PARAMETER FOR %%OPTIONS
Cause. The %%OPTIONS compiler directive did not specify the option. The option is
either DEFER or NODEFER.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Correct the %%OPTIONS compiler directive.
NNM2007
error_type
BLANK REQUIRED BETWEEN DEFINE TOKEN AND DEFINITION
Cause. The %%DEFINE compiler directive did not have a space between the symbol
and the text. The syntax is %%DEFINE symbol text.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Add a space between the symbol and the text.
NNM2008
error_type
NO PROCEDURE NAME SUPPLIED
Cause. The CALL statement did not specify a name.
error_type
is ERROR:.
Effect. Compilation continues, but no executable code is produced.
Recovery. Add the called NCL procedure name to the CALL statement.
NNM2009
error_type
UNKNOWN SYSTEM VARIABLE
sysv
Cause. The system variable
sysv
does not exist.
error_type
is WARNING: or ERROR:.
Effect. Compilation continues. If this is a warning, the executable code is produced. If
this is an error, no executable code is produced.
Recovery. Correct the system variable. If the variable is correct but belongs to a feature
that is not available to your NonStop NET/MASTER MS system, use the
%%OPTIONS DEFER compiler directive before the line in error. The directive
downgrades the problem to a warning and allows the procedure to run.