NET/MASTER Messages Manual

NNM2014
Messages
2–360 106159 Tandem Computers Incorporated
NNM2014
error_type
SYMBOL
definesym
NOT DEFINED
Cause. The %%UNDEFINE compiler directive specified a symbol that was not
defined.
error_type
is WARNING:.
definesym
is the symbol specified.
Effect. Compilation continues.
Recovery. Specify the correct symbol or remove the directive.
NNM2015
error_type
MISSING INCLUDE FILE FOR %%INCLUDE
Cause. The %%INCLUDE compiler directive did not specify a file name.
error_type
is FATAL ERROR:.
Effect. Compilation stops, and no executable code is produced.
Recovery. Add the file name to the directive.
NNM2016
error_type
RECURSIVE INCLUDE FILE
filename
Cause. The %%INCLUDE compiler directive specified the file that was being
compiled.
error_type
is FATAL ERROR:.
filename
is the name specified in the directive.
Effect. Compilation stops, and no executable code is produced.
Recovery. Specify the correct file name or remove the directive.
NNM2017
error_type
CANNOT OPEN INCLUDE FILE
filename
. ERROR
errno
Cause. NCL could not open the included file.
error_type
is FATAL ERROR:.
filename
is the name of the file to be included.
errno
is the Guardian file-system error number.
Effect. Compilation stops, and no executable code is produced.
Recovery. Use the error number to determine the appropriate action to take.