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


Chapter 5 The Action Statements : TRANSFERCALL Statement

TRANSFERCALL Statement
The TRANSFERCALL statement terminates the current transaction and starts a new one. When the called rule is finished executing, the transaction is complete. If the transaction is called from a nested transaction, control passes to the next action in the parent transaction.
Usage Notes
The TRANSFERCALL statement can invoke a rule directly by referring to the rule name, or indirectly by referring to a field of a table, or to an argument name that represents the rule name.
Refer to Chapter 9, Transaction Processing for additional information about TRANSFERCALL and transactions.
Exceptions
None
Examples
1.
2.
TRANSFERCALL IN BROWSE SELECT_RENTAL WHERE
   RENTAL_LOC = NEAREST_CAR(LOCATION);
3.
About the Examples

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