Previous Topic: Report DescriptionNext Topic: Accessing CA Datacom/DB Tables with the Reporting Facility


Run Diagnostics

The Run Diagnostics page prints after the selection phase of the program is performed. It displays statistics showing what has taken place during the execution.

RUN DIAGNOSTICS           INDEX VIOLATIONS       00000000000           PROGRAM CHECKS         00000000000           PRIMARY I/P RECORDS    00000000016           HITS FOR REPORT   1  - 00000000016           HITS FOR REPORT   2  - 00000000016           HITS FOR REPORT   3  - 00000000016           HITS FOR REPORT   4  - 00000000016           TOTAL RECORDS SELECTED 00000000064           RECS DROPPED BY USER   00000000000

INDEX VIOLATIONS

INDEX VIOLATIONS indicates the number of times an index violation occurred during the reference to an indexed entry in an array. An index violation is the condition in which a relative reference is made to an array element. When an index violation occurs, processing is continued based on the setting of the OPTION INDEXERR= parameter.

PROGRAM CHECKS

Reflects the number of internal program check interruptions that have occurred and were fixed by the Reporting Facility.

PRIMARY I/P RECORDS

Shows the number of input records from the Primary file.

HITS FOR REPORT (1 through n)

Specifies a series of counters showing the number of records selected for each unique report defined in the run.

TOTAL RECORDS Selected

Specifies the total number of records created on the internally generated Hit File.

RECS DROPPED BY USER

Specifies the total number of records dropped prior to being tested against the selection criteria, that is, the number of times a GOTO START command was encountered during the processing run. This diagnostic is reported only when records have been dropped.