alterSecurity
You can call the method before you install a terminal. It changes
only the terminal definition; the new user ID and password will be used for
the terminal when install is called.
changePassword
Allows 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.
CCSid
Returns the selected code page as an unsigned short.
diagnose
Returns a character string that holds a description of the error returned
by the most recent server call.
disconnect (1)
Disconnects the terminal from CICS. No attempt
is made to purge outstanding running transactions.
discReason
Returns the reasons for a disconnection.
exCode
Returns an enumeration indicating the most recent exception code.
exCodeText
Returns a text string describing the most recent exception code.
install
Connects a non-connected terminal resource.
makeSecurityDefault
Informs the client that the current user ID and password for this object are
to become the default for ECI and EPI requests passed to the server as specified
in the construction of the Terminal object.
netName
Returns the network name of the terminal as a null terminated string.
password
Returns a null terminated string containing the current password setting
for the terminal, or null if the terminal has no password.
transID
Returns the 4-character name of the current CICS transaction. 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 null terminated string containing the current user ID setting for
the terminal, Null if none.
verifyPassword
Allows 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. The external security manager is assumed to be located in the server
defined by the terminal object.