nld Manual

nld Diagnostic Messages
nld Manual528272-001
4-60
Nonfatal Errors
Nonfatal Errors
Prevent nld from performing user requests
Do not cause nld to stop immediately, but prevent it from creating a complete
object file
Cannot be suppressed
Note. This topic shows error messages as they appear on Guardian and OSS platforms. That
is, they begin with this string:
**** ERROR **** [number]
On a PC, error messages begin with this string:
NLD: ERROR **** [number]
**** ERROR **** [2000]:
You specified that the symbol named 'name' was to be imported
from an SRL, but this symbol was declared as 'small' data in
the object file named 'filename'. That is an error, because
an SRL cannot contain small data.
**** ERROR **** [2001]:
The symbol named name was located in an SRL named
'filename-1', but this symbol was declared as 'small' data in
the object file named 'filename-2'. That is an error,
because an SRL cannot contain small data.
**** ERROR **** [2002]:
You specified that the symbol named 'name' should be
exported, but this symbol was not defined in NLD's input
files. It may have been declared only as an external
reference, or it may not have been declared at all. The
specification that this symbol should be exported came from
filename.