TRANSACTION-MODE AUTOMATIC statement

(AppServer only; 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 AppServer session.

Note: Does not apply to SpeedScript programming.

Syntax

TRANSACTION-MODE AUTOMATIC [ CHAINED ]
CHAINED

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

Notes

See also

Transaction object handle