Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 TIBCO Object Service Broker Sessions Under TSO : How to Manipulate Data in TSO Client Sessions

How to Manipulate Data in TSO Client Sessions
Passing Data to TIBCO Object Service Broker TSO Sessions
User TSO clients can pass data to the session by placing data into any of these:
Returning from the TSO Client
Normally, S6BTSO sets a return code of 0. You can use the $SETSESSIONEND tool to set the return code to a value between 0 and 3999, for example:
CALL $SETSESSIONEND('RC',8)
or, to cause a user abend at session end:
CALL $SETSESSIONEND('ABEND',300)
The called rule can return data to the user TSO client by:
Populating a temporary table and, from the user TSO client, using the Host Language Interface to perform a FORALL or GET on the table containing the required data. Refer to Using the Host Languages Interface for more information.
Using External Routines
Sessions can invoke external routines defined using the ROUTINES and ARGUMENTS tables. Refer to Chapter 10, Accessing External Routines.
See Also
TIBCO Object Service Broker Managing Data about MAP tables.
TIBCO Object Service Broker Programming in Rules about the rules language statements and writing rules.
TIBCO Object Service Broker Shareable Tools about the use of the tools.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved