SQL
- n
- specifies the SQLCODE if the SQL statement resulted in an error
or warning
- 0
- The SQL statement was processed by the EXECSQL environment
- 30
- There was not enough memory to build the SQLDSECT variable
- 31
- There was not enough memory to build the SQL statement area
- 32
- There was not enough memory to build the SQLDA variable
- 33
- There was not enough memory to build the results area for the
SELECT statement