×
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.
nope. READPE reads the previous record. It will not read current read
record.
"Mark Walter" wrote in message
news:mailman.554.1330702169.14575.rpg400-l@xxxxxxxxxxxx...
READPE?
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Khalid Hachi
Sent: Friday, March 02, 2012 10:27 AM
To: RPG programming on the IBM i / System i
Subject: RE: Re-READ the current record
Setll (mykey1) MYFILE;
If %Equal(MYFILE) and needUpdated();
//Read with Lock
reade (mykey1) MYFILE;
Endif;
-----Message d'origine-----
De : rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] De
la part de Hockchai Lim
Envoyé : 2 mars 2012 10:13
À : rpg400-l@xxxxxxxxxxxx
Objet : Re-READ the current record
Is there a way to re-READ the current record (without using CHAIN) that the
RPG program has just READ?
For example:
reade(n) (mykey1) MYFILE; //read it with no lock
if not %eof() and needUpdated();
==> Need to re-read with locked how???
endif;
As an Amazon Associate we earn from qualifying purchases.