If you've a uniquely keyed table by order # and you are using order number to find the record for use in your program, why aren't you CHAINing to it?
Then your %FOUND logic should work.
steve
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Elbert Cook
Sent: Tuesday, January 25, 2011 12:15 PM
To: 'RPG programming on the IBM i / System i'
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.