CL command descriptions for host language precompilers
The IBM® DB2® Query Manager and SQL Development Kit for i licensed program provides commands for precompiling programs coded in these programming languages.
- Create SQL COBOL Program command
The Create SQL COBOL Program (CRTSQLCBL) command calls the SQL precompiler. - Create SQL ILE COBOL Object command
The Create SQL ILE COBOL Object (CRTSQLCBLI) command calls the SQL precompiler, which precompiles COBOL source containing SQL statements, produces a temporary source member, and then optionally calls the ILE COBOL compiler to create a module, a program, or a service program. - Create SQL ILE C Object command
The Create SQL ILE C Object (CRTSQLCI) command calls the SQL precompiler, which precompiles C source containing SQL statements, produces a temporary source member, and then optionally calls the ILE C compiler to create a module, create a program, or create a service program. - Create SQL ILE C++ Object command
The Create SQL ILE C++ Object (CRTSQLCPPI) command calls the SQL precompiler, which precompiles C++ source containing SQL statements, produces a temporary source member, and then optionally calls the C++ compiler to create a module. - Create SQL PL/I Program command
The Create SQL PL/I Program (CRTSQLPLI) command calls a SQL precompiler, which precompiles PL/I source containing SQL statements, produces a temporary source member, and optionally calls the PL/I compiler to compile the program. - Create SQL RPG Program command
The Create SQL RPG Program (CRTSQLRPG) command calls the SQL precompiler, which precompiles the RPG source containing the SQL statements, produces a temporary source member, and then optionally calls the RPG compiler to compile the program. - Create SQL ILE RPG Object command
The Create SQL ILE RPG Object (CRTSQLRPGI) command calls the SQL precompiler, which precompiles RPG source containing SQL statements, produces a temporary source member, and then optionally calls the ILE RPG compiler to create a module, create a program, or create a service program.
Parent topic: Embedded SQL programming
Related concepts:
Related reference: