×
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.
I haven’t seen anyone say this, but why would you not simply use %EOF?
Like….
SETLL *START MyFile;
IF Not %EOF(MyFile);
READ MyFile;
ELSE;
do something different;
ENDIF;
You can stick it in a do loop if you want to read more than just one record.
Get Outlook for iOS<
https://aka.ms/o0ukef>
________________________________
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> on behalf of Patrik Schindler <poc@xxxxxxxxxx>
Sent: Friday, March 17, 2023 6:36:16 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: SETLL *START and %EQUAL
Hello Alan,
Am 17.03.2023 um 21:06 schrieb Alan Cassidy <cfuture@xxxxxxxxxxx>:
Your answer was good, I was just adding to yours and Jon's. I don't know why you thought mine was a reply to yours.
Because you quoted my text. :-)
:wq! PoC
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.