Description
- server-name or variable
- Identifies the application server 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 DISCONNECT statement is executed, the specified server name
or server name contained in the variable must identify an existing dormant
or current connection of the activation group. The identified connection cannot
use a protected conversation.
- CURRENT
- Identifies the current connection of the activation group. The activation
group must be in the connected state. The current connection must not use
a protected conversation.
- 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. None of the connections can use protected
conversations.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.