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 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.
Reflects the number of internal program check interruptions that have occurred and were fixed by the Reporting Facility.
Shows the number of input records from the Primary file.
Specifies a series of counters showing the number of records selected for each unique report defined in the run.
Specifies the total number of records created on the internally generated Hit File.
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.
|
Copyright © 2014 CA.
All rights reserved.
|
|