scan_xact

Description

Print commit service record for distributed transactions.

Syntax

RETCODE scan_xact(connect, commid)
 
DBPROCESS     *connect;
DBINT                  commid;

Parameters

connect

A pointer to the DBPROCESS used to communicate with the commit service.

commid

The commid used to identify the transaction to the commit service. If commid is -1, all commit service records are displayed.

Returns

SUCCEED or FAIL.

Usage

This routine displays the commit service record for a specific distributed transaction, or for all distributed transactions known to the commit service.

See also

abort_xact, commit_xact, remove_xact, start_xact, stat_xact