Building a reentrant C++ to COBOL application

By default, the XL C++ compiler generates object modules with constructed reentrancy. Therefore, linking a C++ to COBOL application is a two-step process:

  1. Prelink all C++ and COBOL text decks together using the prelinker.
  2. Link the text deck generated by the prelinker to create your module.