Main Programming Tasks

Top  Previous  Next

Host Integration Pack provides methods, properties and events for connecting to the mainframe, accessing to screen data and fields, sending data and closing the connection. Also, provides means for making these calls in synchronous or asynchronous fashion.

 

Connecting/Disconnecting explains how we can programatically get connected/disconnected to the mainframe both in synchronic and asynchronic fashion.
Processing Screen Data shows the methods we can use to get access to screen data.
Sending Data shows the methods we can use to fill input fields and send them along with a function key.
Handling Events gives an explanation of the events that Tn components fire reacting to the different real events carried by communication with the mainframe.
Waiting Methods shows the different alternatives for handling events in synchronous fashion.
Using Tn Pools explain how we can acquire Tn objects from a named Pool.