REPORTING |
|
|
The REPORTING keyword causes the query processor to display progress information when doing COUNT or SELECT with selection criteria.
Format
REPORTING {interval}
where
This keyword causes the query processor to periodically display a line of the form 12600/28658 (17%) where the first number is the number of records selected, the second number is the number of records examined, and the third number is the approximate percentage of the data records processed.
The REPORTING keyword is ignored in query processor operations to which it does not apply. |