Making Entry Name Map Files Available to the Run-time System

You use the entry_point_mapper tunable to indicate to the run-time system that you want to use entry name mapping. If entry_point_mapper is set, how the run-time system searches for entry name map files depends on whether the ENTRYNAMEMAP environment variable is set:

In either case, the run-time system could find more than one entry name map file, which means that the same entry point could be defined differently in different files. If this happens, precedence is given to the definition in the entry name map file that was found first. To change the order in which the run-time system finds entry name map files you need to change the order in which the files appear in the COBDIR or ENTRYNAMEMAP environment variable paths.

See the topic on the tunable entry_point_mapper.