Running system procedures in chained mode

Adaptive Server 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.