AlterSecurity
Redefines the user ID and password for a terminal resource
that has been constructed without these values (a sign-on
incapable terminal).
CCSId
Returns a long showing the selected code page.
ChangePassword
Enables a client application to change the password held
in the terminal object and the password recorded by an external security
manager for the user ID held in the terminal object.
Connect
Establishes a 3270 communication to the specified CICS server.
Devtype
Returns the terminal device type as a string.
Diagnose
Returns a character string which holds a description of the error returned
by the most recent server call.
Disconnect
Disconnects the terminal from CICS. No attempt
is made to purge outstanding running transactions.
DisconnectWithPurge DisconnectWithPurge disconnects
the terminal from CICS and
attempts to purge all outstanding running transactions. This purge function
does not cancel ATI requests queued against the terminal.
DiscReason
This method will return an enumeration showing the reason the terminal
has been disconnected.
ExCode
Returns a value which indicates the most recent condition
code returned by the server.
ExCodeText
Returns a text string describing the most recent condition code returned
by the server.
Install
Installs a non-connected terminal resource.
MakeSecurityDefault
Informs the client that the current user ID and password for this object is
to become the default for ECI and EPI requests passed to the server as specified
in the construction of the Terminal object.
Password
Returns a text string containing the current password for the user ID associated
with the terminal. The string is empty if there is no password.
Poll
Checks to see if a replies
have been received from a deferred synchronous Start or Send request.
PollForReply
Checks to see whether
replies have been received from a deferred synchronous Start or Send
request.
QueryATI
Returns a value that indicates whether Automatic Transaction
Initiation (ATI) is enabled or disabled.
ReadTimeout
Returns the read timeout setting for the terminal.
ReceiveATI
Waits for and receives 3270 data stream for a CICS ATI
transaction.
Screen
Returns the CclOScreen object that is handling the 3270 screen associated
with this terminal.
Send
Generates a 3270 data stream from the current contents
of the CclOScreen object and transmits it to the CICS server.
ServerName
Returns the name of the server system held by the CclOTerminal object
and listed by the Gateway initialization file,
or blanks if the default CICS server is being used and no calls have
yet been made.
SetATI
Indicates whether the ATI is to be enabled or disabled.
SetTermDefns
Creates a terminal resource but does not make the connection
to the Server.
TransId
Returns the 4-character name of the current CICS transaction. Note that
if a RETURN IMMEDIATE is run from the current transaction, TransId does not
provide the name of the new transaction; it still contains the name of the
first transaction.
Userid
Returns a text string containing the current user ID for the terminal. The
string is empty if there is no user ID.
VerifyPassword
Enables a client application to verify that
the password held in the terminal object matches the password recorded
by an external security manager for the user ID held in the terminal
object.