/STATISTICS[=(keyword,...)]
       /NOSTATSTICS[=(keyword,...)]
       /STATISTICS=SYMBOLS (default)
    Controls whether the following statistics about the search are
    displayed:
    o  Number of files searched
    o  Number of records searched
    o  Number of characters searched
    o  Number of records matched
    o  Number of lines printed
    o  Buffered I/O count
    o  Direct I/O count
    o  Number of page faults
    o  Elapsed CPU time
    o  Elapsed time
    You can use the following keywords with the /STATISTICS
    qualifier:
    Keyword        Explanation
    OUTPUT         Writes the statistics output lines into the
                   output file in addition to the standard SYS$OUTPUT
                   device. The default is /NOSTATISTICS=OUTPUT.
    SYMBOLS        Define symbols to hold statistic values. The
                   default value is /STATISTICS=SYMBOLS. The symbol
                   names are as follows:
                   SEARCH$CHARACTERS_       Displays the number of
                   SEARCHED                 characters searched.
                   SEARCH$FILES_SEARCHED    Displays the number of
                                            files searched.
                   SEARCH$LINES_PRINTED     Displays the number of
                                            lines printed.
                   SEARCH$RECORDS_MATCHED   Displays the number of
                                            records matched.
                   SEARCH$RECORDS_SEARCHED  Displays the number of
                                            records searched.