5.5 Overview of aXes Terminal Server Activities
LANSA Composer's aXes terminal server activities fall into several groups. These are:
Connect and Disconnect aXes Terminal Server Sessions
Activity ID
|
Description
|
TS_CONNECT
|
Connect to aXes 5250 terminal session
|
TS_DISCONNECT
|
Disconnect from aXes 5250 terminal session
|
|
Interrogate aXes Terminal Session Attributes
Activity ID
|
Description
|
TS_CAPTURE
|
Capture aXes 5250 terminal session screen image
|
TS_GET
|
Get aXes terminal session attributes
|
TS_GETFIELD
|
Get aXes 5250 terminal session field attributes
|
|
Get and Set aXes Terminal Screen Field Values and Cursor Position
Activity ID
|
Description
|
TS_GETBYNAME
|
Get aXes 5250 terminal session value by name
|
TS_GETBYPOS
|
Get aXes 5250 terminal session value by position
|
TS_SETBYNAME
|
Set aXes 5250 terminal session value by name
|
TS_SETBYPOS
|
Set aXes 5250 terminal session value by position
|
TS_SETCURSOR
|
Set aXes 5250 terminal session cursor position
|
|
Sending Data to the aXes Terminal Server
Activity ID
|
Description
|
TS_SEND
|
Send data to aXes 5250 terminal session
|
TS_SETBYNAME
|
Set aXes 5250 terminal session value by name
|
TS_SETBYPOS
|
Set aXes 5250 terminal session value by position
|
TS_SETCURSOR
|
Set aXes 5250 terminal session cursor position
|
|
Performing Multiple Operations with Axes Terminal Operations Scripts
You can use this activity to optimize performance and reduce complexity by performing multiple aXes terminal operations defined in a script file with a single activity execution:
Activity ID
|
Description
|
TS_EXECUTE
|
Execute an aXes terminal operations script
|
|