CRTSQLCBLI (Create SQL ILE COBOL Object) command
The Create Structured Query Language ILE COBOL Object
(CRTSQLCBLI) command calls the Structured Query Language (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.
CRTSQLCI (Create Structured Query Language ILE C Object) command
The Create Structured Query Language ILE C Object (CRTSQLCI) command
calls the Structured Query Language (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.
CRTSQLCPPI (Create Structured Query Language C++ Object) command
The Create Structured Query Language C++ Object (CRTSQLCPPI) command
calls the Structured Query Language (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.
CRTSQLPLI (Create Structured Query Language PL/I) command
The Create Structured Query Language PL/I (CRTSQLPLI) command
calls a Structured Query Language (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.
CRTSQLRPG (Create Structured Query Language RPG) command
The Create Structured Query Language RPG (CRTSQLRPG) command
calls the Structured Query Language (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.
CRTSQLRPGI (Create SQL ILE RPG Object) command
The Create Structured Query Language ILE RPG Object (CRTSQLRPGI) command
calls the Structured Query Language (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.