DISCONNECT={EXPLICIT | CONDITIONAL | AUTOMATIC} NODISCONNECT
AUTOMATIC | Specifies that all database connections are to be disconnected at commit. |
CONDITIONAL | Specifies that the database connections that have been marked RELEASE or have no open WITH HOLD cursors are to be disconnected at commit. |
EXPLICIT | Specifies that only database connections that have been explicitly marked for release by the RELEASE statement are to be disconnected at commit. |
Default: | NODISCONNECT |