|
what is a case insensitive index? Last time we had this read vs reade discussion didn't someone do a couple of benchmarks? I searched the archives with no success. --------------------------------- Booth Martin http://www.martinvt.com --------------------------------- -------Original Message------- From: RPG programming on the AS400 / iSeries Date: 11/23/05 10:07:04 To: RPG programming on the AS400 / iSeries Subject: RE: Optimizing File I-O in RPG IV/ I-Series Interesting, Joep. Although it's rare I ever need to access a file by a text field, I do recall one example where I'm taking a list of email addresses which have "opted out" of receiving emails from us, and compare it to all the addresses on our database so I can flag the accounts "do not email". The way I handle it, since the addresses can be mixed case in our database, is to populate a temporary file with all of the addresses in our database converted to lower case, then compare the incoming file of opt outs, also converted to lower case. Are you telling me I could just read the incoming file in whatever case it is in, then setLL using a case insensitive index and READE to get all the accounts using that address, even if they were entered in a different case from the input file ? That would be swell. >-----Original Message----- >From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] >On Behalf Of J.Beckeringh@xxxxxxxxxxxxxxxxxxxxxxxxxx >Sent: Wednesday, November 23, 2005 10:21 AM >To: RPG programming on the AS400 / iSeries >Subject: RE: Optimizing File I-O in RPG IV/ I-Series > >Simple example: You can create a case insensitive index. If you do a SETLL >with 'FLEMING', you might get a record with a key of 'Fleming'. READE will >handle it for you, a simple compare won't. > >Joep Beckeringh > > > > > > -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. .
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.