Establishes a 3270 communication to the specified CICS® server.
Connect(servName as String,
devType as String,
nworkName as String)
- servName
- The
name of the server with which you want to communicate. If a NULL string
is provided, the default CICS server system, defined
in the Gateway initialization file,
is assumed. The name is expanded to 8 characters by padding with blanks,
if necessary.
- devType
- The
name of the model terminal definition which the server uses to generate
a terminal resource definition. If a NULL string is provided the default
model is used. The name is expanded to 16 characters by padding with
blanks, if necessary.
- nworkName
- The
name of the terminal resource to be installed or reserved. The name
is expanded to 8 characters by padding with blanks, if necessary.
If a NULL string is supplied, the CICS server
allocates a name.