DECLARE CONNECTION HANDLE UNSET (Reset all connection handles being used)
Function
DECLARE CONNECTION HANDLE UNSET resets all declarations of connection handle usage specified in DECLARE CONNECTION HANDLE SET statements prior to this statement.
Format
DECLARE CONNECTION HANDLE UNSET
Common rules
Note
The system does not process a multi-connection function for SQL statements that are issued after a DECLARE CONNECTION HANDLE UNSET has been issued.
Example
Release all connection handles that have been declared:
DECLARE CONNECTION HANDLE UNSET;