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



The right one to use is the one you like.
The one most people use is the NOT INDY option simply because the manuals on
subfiles original showed "N99" as the conditioning indicator on the SFLEND
keyword. Long before the *MORE option was even an idea.


-Bob Cozzi
www.RPGxTools.com
RPG xTools - Enjoy programming again.


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of RPower@xxxxxxxxxx
Sent: Wednesday, September 14, 2005 6:50 AM
To: RPG programming on the AS400 / iSeries
Subject: RE: Load all subfile - more indicator.

But in reality isn't it only one way?  The condition on the sflend must be 
"TRUE".  Whether you code n67 and ignore the indicator (then it's off, so 
it's true) or you use 67 and turn it on in your program then the condition 
is true that way as well?  It's just reverse logic vs straight logic isn't 
it?  Neither one is right or wrong.

Ron Power
Programmer
Information Services
City Of St. John's, NL
P.O. Box 908
St. John's, NL
A1C 5M2
709-576-8132
rpower@xxxxxxxxxx
http://www.stjohns.ca/
___________________________________________________________________________
Success is going from failure to failure without a loss of enthusiasm. - 
Sir Winston Churchill




"Booth Martin" <booth@xxxxxxxxxxxx> 
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
2005/09/13 11:49 PM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>


To
"RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
cc

Subject
RE: Load all subfile - more indicator.






As Scott says, there's only two ways.  Try it.  If it doesn't work, its 
the
other way.



 

 

---------------------------------

Booth Martin

http://www.martinvt.com

---------------------------------

-------Original Message-------

 

From: RPG programming on the AS400 / iSeries

Date: 09/13/05 14:38:48

To: RPG programming on the AS400 / iSeries

Subject: RE: Load all subfile - more indicator.

 

And if I am using a "load-all" do I set it on or off after loading the

whole thing?  Remember, on a load all I am not processing the roll keys.

 

Rob Berendt

--

Group Dekko Services, LLC

Dept 01.073

PO Box 2000

Dock 108

6928N 400E

Kendallville, IN 46755

http://www.dekko.com

 

 

 

 

 

"Holden Tommy" <Tommy.Holden@xxxxxxxxxxxxxxxxx>

Sent by: rpg400-l-bounces@xxxxxxxxxxxx

09/13/2005 02:24 PM

Please respond to

RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>

 

 

To

"RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>

cc

 

Subject

RE: Load all subfile - more indicator.

 

 

 

 

 

 

In SDA... In SEU it's simply

 

A  97                                  SFLEND(*MORE)

 

When 97 is off, More... is displayed, 97 is on Bottom is displayed....

 

 

Thanks,

Tommy Holden

 

 

-----Original Message-----

From: rpg400-l-bounces@xxxxxxxxxxxx

[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx

Sent: Tuesday, September 13, 2005 2:17 PM

To: RPG programming on the AS400 / iSeries

Subject: RE: Load all subfile - more indicator.

 

What do you mean by "flag it as "y""?

 

Rob Berendt

--

Group Dekko Services, LLC

Dept 01.073

PO Box 2000

Dock 108

6928N 400E

Kendallville, IN 46755

http://www.dekko.com

 

 

 

 

 

"Holden Tommy" <Tommy.Holden@xxxxxxxxxxxxxxxxx>

Sent by: rpg400-l-bounces@xxxxxxxxxxxx

09/13/2005 01:43 PM

Please respond to

RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>

 

 

To

"RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>

cc

 

Subject

RE: Load all subfile - more indicator.

 

 

 

 

 

 

I never condition the *MORE just flag it as "Y" & condition the SFLEND

to be same as the EOF indicator.

 

What happens is the SFLEND ( & *MORE ) is only turned ON to display

Bottom at the end of your load file process...

 

HTH

 

 

Thanks,

Tommy Holden

 

 

-----Original Message-----

From: rpg400-l-bounces@xxxxxxxxxxxx

[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx

Sent: Tuesday, September 13, 2005 1:33 PM

To: RPG programming on the AS400 / iSeries

Subject: RE: Load all subfile - more indicator.

 

So are you then using a page-at-a-time or a load-all?  Because on a

load-all I will have reached the end of the file, right?

 

Rob Berendt

--

Group Dekko Services, LLC

Dept 01.073

PO Box 2000

Dock 108

6928N 400E

Kendallville, IN 46755

http://www.dekko.com

 

 

 

 

 

"Marvin Radding" <MRadding@xxxxxxxxxxxx>

Sent by: rpg400-l-bounces@xxxxxxxxxxxx

09/13/2005 01:24 PM

Please respond to

RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>

 

 

To

"RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>

cc

 

Subject

RE: Load all subfile - more indicator.

 

 

 

 

 

 

I tie my indicator to the end of file indicator so that when I reach end

of file on the subfile build it will show 'Bottom'.  I also tie the

indicator to the PAGEDOWN key so that it no longer comes back to the

program when the end of the subfile is reached when pressing it.  This

way I can build a page at a time unti end of file then the system says

that the key is invalid.

 

Marvin

 

-----Original Message-----

From: rpg400-l-bounces@xxxxxxxxxxxx

[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx

Sent: Tuesday, September 13, 2005 11:19 AM

To: rpg400-l@xxxxxxxxxxxx

Subject: Load all subfile - more indicator.

 

My screen coding is a little rusty.  How does one best control the

"More..." on a "load-all" subfile?  (without converting it to a

page-at-a-time subfile)

A  67                                  SFLEND(*MORE)

 

Rob Berendt

--

Group Dekko Services, LLC

Dept 01.073

PO Box 2000

Dock 108

6928N 400E

Kendallville, IN 46755

http://www.dekko.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.

 

 

 

--

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.

 

 

--

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.

 

 

--

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.

 

 

--

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.

 

 

--

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.

 

 

--

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

Follow-Ups:
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.