Reade and Readpe do not set the %FOUND built in. Use %EOF instead. (And
yes you still use %EOF even if you are moving backwards through the file.)
Brian May
Project Lead
Management Information Systems
Garan, Incorporated
Starkville, Mississippi
"Elbert Cook" <elbert@xxxxxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
01/25/2011 12:18 PM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
To
"'RPG programming on the IBM i / System i'" <rpg400-l@xxxxxxxxxxxx>
cc
Subject
Help with SETGT
I guess I need help with SETGT
I have a physical file keyed unique by order number.
I do the following.
Order# = 561329; // 561329 is the highest value, and also the
physically
last record in the file
SETGT Order# MyFile;
READPE Order# MyFile;
If %found(MyFile);
I don't get a Hit, %found evaluates to false.
Any other value give a Hit. But I don't get a Hit using the highest value
(also being the last physical record) in the file?
Is this the correct behavior for SETGT?
This mailing list archive is Copyright 1997-2026 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.