Returns current connection settings for an application process.
Authorization
None
Required Connection
None
Command Syntax
>>-QUERY CLIENT------------------------------------------------><
Command Parameters
None
Examples
The following is sample output from QUERY CLIENT:
The current connection settings of the application process are: CONNECT = 1 DISCONNECT = EXPLICIT MAX_NETBIOS_CONNECTIONS = 1 SQLRULES = DB2 SYNCPOINT = ONEPHASE CONNECT_NODE = CATALOG_NODE ATTACH_NODE = -1 |
If CONNECT_NODE and ATTACH_NODE are not set using the SET CLIENT command, these parameters have values identical to that of the environment variable DB2NODE. If the displayed value of the CONNECT_NODE or the ATTACH_NODE parameter is -1, the parameter has not been set; that is, either the environment variable DB2NODE has not been set, or the parameter was not specified in a previously issued SET CLIENT command.
Usage Notes
The connection settings for an application process can be queried at any time during execution.
For information about distributed unit of work (DUOW), see the Administration Guide.
See Also