CclTerminal(const char* server,
const char* devtype,
const char* netname,
signonType signonCapability
const char* userid
const char* password
const unsigned short &readTimeOut,
const unsigned short &CCSid)
- server
- The
name of the server with which you want to communicate. If no name
is provided the default CICS server system is assumed.
The length is adjusted to 8 characters by padding with blanks.
- devtype
- The
name of the model terminal definition which the server uses to generate
a terminal resource definition. If no string is provided the default
model is used. The length is adjusted to 16 characters by padding
with blanks.
- netname
- The
name of the terminal resource to be installed or reserved. The default
is to use the contents of devtype. The length
is adjusted to 8 characters by padding with blanks.
- signonCapability
-
Sets the type of sign-on capability for the terminal.
Possible
values are:
- CclTerminal::SignonCapable
- CclTerminal::SignonIncapable
- userid
- The name of the user ID to associate with this terminal resource
- password
- The password to associate with the user ID
- readTimeOut
- A value in the range 0 through 3600, specifying the maximum time
in seconds between the time the classes go clientrepl state and the
application program invokes the reply method.
- CCSid
- An unsigned short specifying the coded character set identifier
(CCSID) that identifies the coded graphic character set used by the Client application for
data passed between the terminal resource and CICS® transactions.
A zero string means that a default will be used.
Creates a Terminal object that does not
do an implicit install terminal. You must run the install method to
install the terminal.