AlterSecurity
Sets the user ID and password to be used on the next link
call.
Cancel
Cancels Changed calls that were previously issued to the
server associated with this connection.
Changed
Requests the server to notify the client when the current
connection status changes. The call is ignored if there is an outstanding Changed call
for this connection.
ChangePassword
Allows a client application to change the password held
in the Connect object and the password recorded by an external security
manager for the user ID held in the Connect object.
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 Connect object.
Password
Returns the password held by the CclOConnect object, padded with spaces.
ServerName
Returns the name of the server system held by the CclOConnect
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.
ServerStatus
Returns the status of the server connection, set by an
earlier status or changed request.
ServerStatusText
Returns a string, set by an earlier status or changed request, indicating the availability of the server.
Status
Requests the status of the server connection.
TranDetails
Supplies additional information about the related transaction
to the CICS server.
UnpaddedPassword
Returns the password held by the CclOConnect object, but with no padding
with spaces at the end.
UnpaddedServerName
Returns the server name held by the CclOConnect object, but with no padding
with spaces at the end.
UnpaddedUserid
Returns the user ID held by the CclOConnect object, but with no padding with
spaces at the end.
UserId
Returns the user ID held by the CclOConnect object, padded with spaces, or
blanks if none.
VerifyPassword
Allows a client application to verify that the password
held in the Connect object matches the password recorded by an external
security manager for the user ID held in the Connect object.