CL Command Reference - CRTBNDCPP
CL Command List > CRTBNDCPP Reference
Description:
The Create Bound C++ Program (CRTBNDCPP) 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.
Note: When the CRTBNDCPP 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 CRTBNDCPP 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 CRTBNDCPP command, is deleted after compilation stops whether or not compilation is successful.
Examples:
None.