Description
- server-name or variable
- Identifies a connection by the specified server name or the server name
contained in the variable. If a variable is specified:
- It must be a character-string variable.
- It must not be followed by an indicator variable.
- The server name must be left-justified within the variable and must conform
to the rules for forming an ordinary identifier.
- If the length of the server name is less than the length of the variable,
it must be padded on the right with blanks.
When the RELEASE statement is executed, the specified server name
or the server name contained in the variable must identify an existing connection
of the activation group.
- CURRENT
- Identifies the current connection of the activation group. The activation
group must be in the connected state.
- ALL or ALL SQL
- Identifies all existing connections of the activation group (local as
well as remote connections).
An error or warning does not occur if no connections
exist when the statement is executed.
If the RELEASE statement is successful, each identified connection is placed
in the release-pending state and will therefore be ended during the next commit operation.
If the RELEASE statement is unsuccessful, the connection state of the activation
group and the states of its connections are unchanged.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.