![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
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.
•
• 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.
2.
• Example 3 invokes the rule whose name is the value of the field ROUTINE of the table FCNKEYS.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |