The SQL precompile creates an output source file member.
By default, the precompile process creates a temporary source file QSQLTxxxxx
in QTEMP, or you can specify the output source file as a permanent file name
on the precompile command. If the precompile process uses the QTEMP library,
the system automatically deletes the file when the job completes. A member
with the same name as the program name is added to the output source file.
This member contains the following items:
- Calls to the SQL run-time support, which have replaced embedded SQL statements
- Parsed and syntax-checked SQL statements
By default, the precompiler calls the host language compiler.