TS_GET

LANSA Composer

TS_GET

The TS_GET activity retrieves attributes associated with the specified aXes terminal session.

INPUT Parameters:

AXHANDLE : Required

This parameter must specify the connection handle value that identifies the aXes terminal server session whose attributes are to be retrieved.  The connection handle value is returned by the TS_CONNECT activity.

OUTPUT Parameters:

AXCURSORROWOUT :

If successful, this parameter will contain the row number component of the current screen cursor position.

AXCURSORCOLOUT :

If successful, this parameter will contain the column number component of the current screen cursor position.

AXSYSTEM :

If successful, this parameter will contain the i/OS system name for the current aXes terminal session.

AXDEVICE :

If successful, this parameter will contain the 5250 device name used by the current aXes terminal session.

AXJOBUSER :

If successful, this parameter will contain the user name portion of the i/OS job name for the current aXes terminal session.

AXJOBNUMBER :

If successful, this parameter will contain the job number portion of the i/OS job name for the current aXes terminal session.

AXSCREENWIDTH :

If successful, this parameter will contain the current screen width for the aXes terminal session.  Note that this value refers to the screen currently displayed, not maximum device capabilities.

AXSCREENHEIGHT :

If successful, this parameter will contain the current screen height for the aXes terminal session.  Note that this value refers to the screen currently displayed, not maximum device capabilities.

AXSCREEN :

Upon successful completion this parameter contains the current aXes 5250 screen name or signature.  The screen name is the user-defined name if an aXes project name was specified on the TS_CONNECT activity and a name was assigned to the screen.  Otherwise the screen signature is returned.