CL Command Reference - CRTCICSC
CL Command List > CRTCICSC Reference
Description:
The Create CICS C (CRTCICSC) command calls the CICS translator, which translates C source containing CICS statements and produces a temporary source member. If the source program also contains Structured Query Language (SQL) commands, it optionally calls the SQL precompiler following a successful CICS translate. Following the CICS translation and the optional SQL precompilation, the ILE C compiler may optionally be called to compile the source.
Note: It is possible to precompile your SQL statements first by running the CRTSQLCI command and specifying the *NOGEN option on the OPTION parameter. This puts the SQL precompiler output in QSQLTEMP in library QTEMP. You must then run the CRTCICSC command specifying SRCFILE as QTEMP/QSQLTEMP; the SRCMBR name can be obtained by looking in this file for your SQL precompiled program source. The rest of the parameters on CRTCICSC can be entered as normal.
Examples:
None.