Previous Topic: Problems and Resolutions for UNIX, Linux, and NonStopNext Topic: Command-Line Application


Unresolved Symbol

Symptom:

An unresolved symbol is received at application link time.

Reason:

Typically, an application link is generated with a well-known list of libraries that are defined in the Build Tool's profile. Even if all of the libraries are found during the link, if the library is incorrect or out-of-date, a symbol can end up unresolved.

Also, if there are External Action Blocks linked into the application, the EAB could use a function that does not exist in any of the well-known list of libraries.

Action:

Perform any of the following steps: