Applications with multiple load modules might not be supported under
Language Environment. To determine whether
a multiple load module application is supported, you need to know:
- The main module
- The main program of the main module
- The submodules
Note: When you link-edit an
OS/VS COBOL NORES
program or a
VS COBOL II NORES
program that is part of a multiprogram load module with
Language Environment,
the COBOL library routines in the load module must be replaced with the
Language Environment library routines.
Failure to do so can cause unpredictable results. For a coding example of
how to replace the library routines, see
Link-edit example.