Connect Clustered Hash Table (QcstConnectCHT) API


  Required Parameter Group:


  Service Program: QCSTCHT

  Default Public Authority: *USE

  Threadsafe: Yes

The Connect Clustered Hash Table (QcstConnectCHT) API establishes a connection to the clustered hash table server specified. This API returns a connection handle that will be used on all requests to specified clustered hash table server.

It is recommended to disconnect using the Disconnect Clustered Hash Table (QcstDisconnectCHT) API when the connection is no longer needed.

Restrictions:


Authorities and Locks

Authority to clustered hash table server (if authorization list specified)
*USE

Required Parameter Group

Connection handle
OUTPUT; CHAR(16)

The connection handle to use on all requests into the specified clustered hash table server.

Clustered hash table server name
INPUT; CHAR(10)

The name of the clustered hash table server to connect to.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API Introduced: V5R2

[ Back to top | Cluster APIs | APIs by category ]