CL Command Reference - CRTBNDC
CL Command List > CRTBNDC Reference
Description:
The Create Bound C Program (CRTBNDC) command starts the ILE C compiler. You can use this command in either batch or interactive mode, or from a CL program. The compiler attempts to create a program object based on the ILE C statements in the source code. The full compilation sequence is always run.
Note: When the CRTBNDC command is invoked, a temporary *MODULE object is created in the QTEMP library. The name of the temporary module object is the same as the name you specified on the PGM parameter of the CRTBNDC command. If a *MODULE object with that name already exists in QTEMP, an error message is generated and compilation stops. The temporary module object, which is used with the CRTBNDC command, is deleted after compilation stops whether or not compilation is successful.
Examples:
None.