I need to search about 10 different files to see if any of them contain
a field with a specific value. Each file has around 200K records. This
is an occasional search 1 or 2 times a week. Most of the files are
history files and will not be added to.
I only need to know if the file contains any records with this value.
Question : what is the most efficient way to search these files ?
I think is is probably either with an SQL statement
SELECT COUNT(TEST) WHERE TEST = &INPUT
or by building a logical over each file keying on the one field
any suggestions would be greatly appreciated as we are on an F10 and a
2.5 million record by record search is not too quick.
Thanks in advance
John L. Hall
Home Sales Co.
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to "MIDRANGE-L@midrange.com".
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---