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



Peter,

The %found works, but does require that he use %eof(filename) and not just 
%eof() as mentioned in my original post.

I don't see any advantage to doing Igor's way.

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

> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx
> [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of
> Peter.Colpaert@xxxxxxxxxx
> Sent: Friday, August 19, 2005 2:01 AM
> To: RPG programming on the AS400 / iSeries
> Subject: RE: How to properly use %EOF() bif?
> 
> 
> 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
>  
> 
> -- 
> 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 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.