Building a Mixed Language Application

You can create applications that have both COBOL and non-COBOL programs calling each other. To do this:

  1. Make sure any non-COBOL program that runs preserves the COBOL run-time system, as follows:
  2. Compile the non-COBOL programs to standard Intel native object code.
  3. Link the compiled programs either to the dynamic loader run-time support module or to your statically or dynamically linked COBOL application.

Related Topics: