RELEASE
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.
Properties:
Default:
NORELEASE
Parent topic:
DB2 Compiler Directive Options