Is there a quick way of counting deleted records?
I am using COUNT FOR DELETED() TO deletedcnt at the moment, but it is too slow on large files.
Also, what functions are available to provide statistics about a table, i.e number of records, file modification dates, record size etc
(the ones I...