× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



my 2 coppers...

if the SFLSIZ is greater than SFLPAG I prefer the READC & SFLNXTCHG (less 
records to process....999 records in a SFL think about it....)

SFLSIZ=SFLPAG I always use loop processing.  I really don't think there is 
going to be much difference in performance between a FOR loop & a DO 
loop...under the covers the compiler most likely generates almost identical 
code(just my guess here maybe Barbara can chime in on this..)

Thanks,
Tommy Holden


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Booth Martin
Sent: Tuesday, July 12, 2005 3:22 PM
To: RPG programming on the AS400 / iSeries
Subject: READC, dou, and For


An interesting discussion came up the other day.  Leastways, it was
interesting to me.

To read through a subfile in olden days we could use READC and SFLNXTCHG.  

Then it became a lot easier and just as fast to loop, reading every subfile
record, with a dou loop. 

Then along came the FOR loop and I am hearing that we should use a FOR loop,
from 1 to SFLRECS, where SFLRECS is the size of the subfile.

What are the thoughts of those here assembled?

---------------------------------
Booth Martin
http://www.martinvt.com
---------------------------------

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.