|
The old way was to have sorted sequential files. The current way is to have keyed files. I presume there is a reason why you aren't doing this. You could write your own search routine depending on the data. It could be too slow to read every record for the position to so you might want to play the high-low game and read by rrn halfway each time. eg. for 1,000 records, you would read record 500, compare, then read 250 or 750, compare, etc. A position-to function is the most common request I get. At 01:26 PM 3/30/97, boothm wrote: >I'm thinking there's gotta be an easy way to do this. > >I have a sequential file, sorted into alphabetical order on a field called >"LastName". I want to process it as a subfile by Relative Record Number. > >But a user needs to be able set the file at a particular "LastName", >based on a keyed-in field called "GetName". > >Is there an easy way to do that? _/_/_/_/ _/ _/_/_/_/ _/_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ _/_/_/_/ _/_/_/_/ _/ _/_/ _/ _/_/ Glenn Gundermann ggundermann@ibm.net work tel: (416) 967-8222 cel: (416) 409-4551 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 MAJORDOMO@midrange.com and specify * * 'unsubscribe MIDRANGE-L' in the body of your message. Questions * * should be directed to the list owner / operator: david@midrange.com * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.