Issue a compile command against your source, and fix any compile errors that arise. You can see the errors either as messages in the job log or in the listing (if you chose to create one).
The ILE C/C++ compiler includes the following compile commands:
Compile Command | Use | Description |
---|---|---|
CRTCMOD | Create C Module | The Create Module command creates a module object. If your program will include objects from more than one source file, you must use the Create Module command for each source file, and then run CRTPGM specifying all the required *MODULEs to create the bound program. |
CRTCPPMOD | Create C++ Module | |
CRTBNDC | Create Bound C Program | The Create Bound Program command performs both the module creation and the binding operation in one step, and produces a *PGM object from a single source file. |
CRTBNDCPP | Create Bound C++ Program | |
Note: The compile command might also originate in a CL program or makefile. |
See WebSphere Development Studio: ILE C/C++ Compiler Reference for more information about the Create Module and Create Bound Program commands and their options.
Note: In the following pages:
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.