TRANSACTION-MODE AUTOMATIC statement

(PAS for OE only)

Causes the procedure file that executes this statement to become an automatic transaction initiating procedure. This transaction initiating procedure allows you to control an automatic transaction in the context of an application server session.

Note: Does not apply to SpeedScript programming.

Syntax

TRANSACTION-MODE AUTOMATIC [ CHAINED ]
CHAINED

Tells the application server session to automatically create a new transaction every time the current transaction is either committed or rolled back.

Notes

See also

Transaction object handle