Sign in

docs ILE Concepts

Suggested Changes

Suggested Changes

  1. Make one of the following changes:
    • Add the ENDPGMEXP command in the appropriate place.
    • Remove any STRPGMEXP command that does not have a matching ENDPGMEXP command, and remove any symbol names to be exported.
  2. Run the CRTSRVPGM command.

In this example, the following lines are added after the STRPGMEXP command:

  EXPORT  SYMBOL(A)
ENDPGMEXP