|
No... %EoF() doesn't return a numeric value to use in your FOR clause...
The "TO" portion needs to a number or a field with a number in it.
Also... you can only put the name of the display file in the %EoF()
function....
What you need to do....
C READC SFL1
C DoW not %EoF(DISPLAYFILE)
C ... process
C READC SFL1
C ENDDO
OR
For RRN1 = 1 To RRNMAX;
Chain RRN1 SFL1
If not %Found(DISPLAYFILE);
Leave;
endif;
... process
Endfor;
Michael Schutte
Admin Professional
Bob Evans Farms, Inc.
What's the secret? Find out at your Bob Evans Restaurant on May 17!
rpg400-l-bounces@xxxxxxxxxxxx wrote on 06/22/2007 08:45:13 AM:
Booth, just one thing on this code the statement is garnering a '20'list
message in the compile but not getting a clean compile the format is
the subfile is this allowed for a subfile?
C for RRN1 = 1 to %eof(sfl1)
002200 Parameter SFL1 is not valid for built-in function %
%EOF is ignored.
Booth Martin <booth@xxxxxxxxxxxx> wrote:
Nope. before, or after (depending on where you want the blank lines),
clear the sfl record and add a FOR loop that will write however many
blank lines that you want.
Mike Berman wrote:
HI Thank you for greta help earlier. I apologize for thesimplicity of the issue earlier. Perhaps this one is better.
My issue now is, I did create the data entry program. But to me,it would be slicker, if I just add empty lines in my regular
maintenace subfile, which does Change and Delete very nicely. I
currently hang a F6 ket to ADD records. Now I will then call my new
add program or copy the code in.
But why not be able to add blank lines to the existing maintenanceprogram and let them add?
Are there are special keywords I would need or codes for this?flight and hotel bargains.
Thanks, Mike
---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find
--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxxlist
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.
---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life, your story.
Play Sims Stories at Yahoo! Games.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
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 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.