× 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.



It's just a habit of checking for If %Found()... I suppose technically I
don't need it if RRNMAX has the total number of records in the SUBFILE...



Michael Schutte
Admin Professional
Bob Evans Farms, Inc

What's the secret? Find out at your Bob Evans Restaurant on May 17!




Booth Martin
<booth@xxxxxxxxxx
om> To
Sent by: RPG programming on the AS400 /
rpg400-l-bounces@ iSeries <rpg400-l@xxxxxxxxxxxx>
midrange.com cc

Subject
06/22/2007 11:10 Re: Subfile maint. w/ add
AM


Please respond to
RPG programming
on the AS400 /
iSeries
<rpg400-l@midrang
e.com>






May I ask the purpose of the if/endif in the FOR loop? ( I do like the
idea of avoiding the READC opcode. Todays machines give no benefit for
this opcode, and there are gotcha's to watch for.)

Michael_Schutte@xxxxxxxxxxxx wrote:
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'
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 the

simplicity 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 maintenance

program and let them add?

Are there are special keywords I would need or codes for this?

Thanks, Mike


---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find

flight and hotel bargains.

--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------

--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing

list

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.




---------------------------------
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

list

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.





--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------

--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.