Building an Embedded SQL/COBOL executable

To build an executable program from an Embedded SQL application:

  1. Precompile the application.

  2. Compile the COBOL source code generated by the precompiler.

  3. Link your application, if required, to any necessary files and libraries.

  4. Load any precompiler-generated stored procedures.

The following sections describe these steps.