To use the Source Entry Utility (SEU) to create a binder language source file, follow these steps:
You need one export statement for each procedure whose exports you want to make available to the caller of the service program. Do not list symbols that you do not want to make available to calling programs.
For example, based on the information shown in Figure 10, the binder language source file for module SEARCH could list the following export symbols:
STRPGEXP PGMLEVEL(*CURRENT) EXPORT SYMBOL(" __ct__6SearchFPc") EXPORT SYMBOL(" __ct__6SearchFPUc") EXPORT SYMBOL(" __ct__6SearchFPUci") ENDPGMEXP
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.