Changes to Commands and System Procedures in Chained Transaction

Adaptive Server versions 15.7 allows some system procedures to run in sessions that use chained transaction mode.

When you execute these stored procedures, Adaptive Server implicitly commits the changes performed by these stored procedures when there are no open transactions, so you need not issue a commit or rollback.

If an open transaction exists when you issue:

Use set chained {on | off} to set the chained mode for the session.

See the Reference Manual: Commands and the Reference Manual: Procedures.