× 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.



Charles,

I did notice the %found(), but I'm concerned that the %eof() right below 
it, may not be set correctly after a chain...

The archives are full of discussions about this.

Anyway, is there any advantage if you use Igor's method instead of the 
simpler method I use?

Thanks,

Peter Colpaert
Application Developer
Massive - Kontich, Belgium
-----
Yoda of Borg are we.  Futile is resistance, assimilated will you be.
-----




"Wilt, Charles" <CWilt@xxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
18/08/2005 16:44
Please respond to RPG programming on the AS400 / iSeries

 
        To:     "RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
        cc: 
        Subject:        RE: How to properly use %EOF() bif?


Peter,

Igor's way will work fine since he's got the if %found().  Without the 
%found(), it would be a problem.

The simpler method is to use setll/reade

setll mykey filename;
dow not %eof(filename);
  process();
  reade mykey filename;
enddo;

You can't replace setll above with chain.

Charles Wilt
--
iSeries Systems Administrator / Developer
Mitsubishi Electric Automotive America
ph: 513-573-4343
fax: 513-398-1121
 


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.