z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Renaming

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

Binder renaming logic occurs when all possible name resolution has been performed on the original names. It allows the conversion of long mixed case names from XOBJ or GOFF object modules to short uppercase names and will redrive the autocall process. Renaming logic applies only to nonimported, renameable function references that are still unresolved and consists of the following:
  1. The RENAME control statement allows users to control the renaming of specific symbols, as they could with the prelinker.
  2. Standard C/C++ library functions will be renamed to the names appearing in the SCEELKED static bind library. The mappings are those defined by module EDCRNLST. If the binder is not able to locate and load this module, an informational message will be issued.
  3. If UPCASE=YES is in effect, renaming will be performed approximately according to the rules used by the prelinker.

    See UPCASE: UPCASE option for more information.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014