Installing a terminal on CICS

There are three connect methods that you can use to install a terminal on CICS.

Connect()
This method installs a terminal on CICS® using the session property and install timeout property.
Connect(installTimeout)
This method installs the terminal on CICS using the session property, but updates the install timeout property to that supplied.
Connect(Session, installTimeout)
This method installs the terminal on CICS, updating the current session property with the supplied session object, and updating the install timeout property with that supplied. Sessions are discussed in Synchronization and sessions.

Information Information

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tg_latest/help/topic/com.ibm.cics.tg.doc//progde/connect.html