Previous Topic: End of Job Statistics Report

Report Headings

Beginning IDX Count

This lists the total index count of records for the named table. The master key will be used with the CNTTB command to obtain the counts.

ADD's

A count of the records successfully added to this table.

DELETE's

A count of the records successfully deleted from this table.

UPDATE's

A count of the records successfully updated in this table.

ENDING REC COUNT

A final record count, after all adds and deletes, depending on the last checkpoint. It is a mathematical total and is not obtained by an index count. The algorithm is:

Ending Rec Count = (Beginning IDX Count + ADD's) - Delete's

READ's

A count of records retrieved from the table by a READ, SCAN, or EQUI-JOIN command.

NOT FOUND

A count of records not found on an attempted READ EQUAL command.

TABLE OCCURRENCE NAME

This is the 1-to-32 character table occurrence name, which would be used in the COPY TABLE or any database access commands.

The only tables which appear on this listing are those tables which were identified by a COPY TABLE statement.