Indicates whether resources are released at each COMMIT point, or when the application terminates. This DRDA precompile/bind option is not supported by DB2. 
Syntax:
RELEASE={COMMIT | DEALLOCATE}
NORELEASE
 
Parameters:
| COMMIT | 
Release resources at each COMMIT point. Used for dynamic SQL statements. | 
| DEALLOCATE | 
Release resources only when the application terminates. |