scan_xact

Prints the commit service record for distributed transactions.

Syntax

RETCODE scan_xact (
PDBPROCESS
connect,
DBINT
commid );

where

connect
Is the DBPROCESS structure used to communicate with the commit service.
commid
Is the number used by the commit service to identify the transaction. If commid is -1, all commit service records are displayed.

Returns

SUCCEED or FAIL.

Remarks

This function displays the commit service record for a specific distributed transaction or for all distributed transactions known to the commit service or the default output device.

The Windows operating system does not support scan_xact.

See Also

abort_xact, commit_xact, remove_xact, start_xact, stat_xact