Sign in

docs ILE Concepts

Suggested Changes

Suggested Changes

  1. Make one of the following changes:
    • Remove the symbol in error from the binder language source file.
    • On the MODULE parameter of the CRTSRVPGM command, specify the module that has the desired symbol to be exported.
    • Add the symbol to one of the modules that will be bound by copy, and re-create the module object.
  2. Run the CRTSRVPGM command.

In this example, the source line of EXPORT SYMBOL(A) is removed from the binder language source file.