SQL code handling during SQL execution
Log Master
validates any SQL updates that it performs as it executes SQL statements.
In addition, the product examines the SQL codes that Db2 returns, and takes appropriate action based on your specifications.
The following table summarizes SQL code handling for each of the product’s general methods for executing SQL.
SQL execution method | Online interface | Batch interface | References |
---|---|---|---|
EXECSQL This method enables a limited subset of High-speed Apply responses to SQL codes. | SQL Execution Codes Handler Maintenance panel | Insert an SQLCODES DD statement directly in your JCL. | |
Generated High-speed Apply JCL This method enables more High-speed Apply responses than the EXECSQL method, but does not enable all High-speed Apply responses to SQL codes. | Main Menu option Generate High-speed Apply JCL | Not available | |
Independently coded High-speed Apply JCL This method enables all High-speed Apply responses to SQL codes. | Not available | Code a separate job or job step that explicitly runs High-speed Apply. Specify configuration parameters in a separate configuration file or in-stream in your JCL. |
This section contains the following topics:
Related topic