Datapass error summary file
The Quantum datapass creates a summary of errors found during the datapass in a file called sum_ on all systems. It shows the number of records read, accepted and rejected, and then lists the number of records written out by write and require statements. A separate line is printed for each such statement. For example, the program:
ed
r b c15
if (restaurant0 .gt. 0) write $bad restaurant code$
might create the following error summary:
summary of exceptions (sorted)
15 records 15 (100%) records accepted 0 ( 0%) records rejected
1 ( 7%) occurrences of column 15 3 ( 20%) bad restaurant code -------------------------------------------------- |
See also