Supplies details of the CICS® server.
Details (serverName as String,
userId as String,
password as String)
- serverName
- The
name of the server. If no name is supplied the default server—the
first server named in the Gateway initialization file—is used.
You can discover this name, after the first call to the server by
using the ServerName method. The length is adjusted to 8 characters
by padding with blanks.
- userId
- The
user ID, if needed. The length is adjusted to 16 characters by padding
with blanks.
- password
- The
password corresponding to the user ID in userID,
if needed. The length is adjusted to 16 characters by padding with
blanks.
No interaction with the CICS server
takes place until the Link, Status or Changed methods
are called. The user ID and password are not needed if the connection
is only used for status calls or if the server has no security.