If one module calls another using the LOAD statement and the call is to an entry point within the module rather than to the external name of the module, you need to specify the relationship between the entry point and the module. You can do this by either:
- Specifying the AUTOALIAS Linker directive; this directs the Linker to generate automatic entries in the
mfentmap.dat file for all entry points.
- Editing the entry point mapping file
mfentmap.dat.