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


Chapter 9 Transaction Processing : What Starts a Transaction?

What Starts a Transaction?
Transaction Statements
The following statements can be used within a rule to start a transaction. The statement that you use determines what happens to an existing transaction when the statement is issued.
 
Starts a new transaction but does not end the current transaction—the current transaction is suspended.
DISPLAY & TRANSFERCALL
Maintains all the data displayed for the screen and the screen context, such as the displayed data, the cursor position, the display attributes, but ends the current transaction and begins a new one
Maintains the current transaction and submits a batch job or file that could start up a new Execution Environment and session, and initiates a separate batch transaction for processing in the new session.
For more information about these statements, refer to the SCHEDULE Statement; also refer to Chapter 17, Processing Asynchronously in Batch Mode.

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