// Declare a character variable to hold the SQL statement. // INZ(...) initializes the variable with a parameterized SQL query. // The "?" acts as a placeholder for values supplied at runtime. dcl-s ...
Committing or rolling back a transaction has one of the following effects on cursors and access plans: All cursors are closed, and access plans for prepared statements on that connection are deleted, ...