A Transaction Summary report has the following structure, repeated
for each transaction ID:
- If the PRINT(TOTALS) operand is specified: a
totals section, containing summarized information from the totals
segments of the input records for that transaction ID, for the selected
type of DBMS.
- If the PRINT(DB) operand is specified: one database
section per database (for the selected type of DBMS) accessed by the
transaction. This section contains summarized information from the
detail segments of the input records.
- If the PRINT(DB) operand is specified: a subtotal
section (identified by the marker "*Total*" under the Database
column), summarizing the information for that transaction ID across
all databases (for the selected type of DBMS).
A Database Summary report has the following structure, repeated
for each database (for the selected type of DBMS):
- One transaction section for each transaction ID that has accessed
that database. This section contains summarized information from the
detail segments of the input records.
- A subtotal section (identified by the marker "*Tot" under
the Tran column), summarizing the information for that database across
all transaction IDs.
The content of the totals, database, and subtotal sections depends
on the type of DBMS. For details, see Report content for each type of DBMS.