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



Rob,
If you use INDDS in your problem, all indicators in the display file are no
longer accessible in the RPG program except through the INDDS. By not coding
it in the INDDS you do not give a follow-up programmer the opportunity to
use Indy 67 and in turn "F up" your DSPF indicator usage.


-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:47 AM
To: RPG programming on the AS400 / iSeries
Subject: RE: Load all subfile - more indicator.

I wouldn't trust that though with another programmer coming in behind you 
to do maintenance and end up using the indicator that's on the display 
file and not referenced in the program for something else.  I always try 
now to use the named indicators so that if one does a search on the 
indicator in the program without taking the time to search the display 
file, they see that's it's already used.  I've been bitten by that in the 
past.

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




"Bob Cozzi" <cozzi@xxxxxxxxx> 
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
2005/09/13 06:12 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.






Right, 
I always use NOT Indy (that is N67 in your example) rather than "67".
That way you just completely ignore the 67 and it works the way you want 
it
to. Don't even bother putting it in the INDDS.

-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 rob@xxxxxxxxx
Sent: Tuesday, September 13, 2005 3:35 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: Load all subfile - more indicator.

As you said earlier.  It is that simple.  Another thing that makes 
load-all subfiles easy for small sets.  The problem was that I had
     A  67                                  SFLEND(*MORE)
on and not off in my
     D SecAutlInd      ds
     D  SflDsp                62     62n         Subfile Display
     D  SflDspCtl             63     63n         Subfile Display Ctrl
     D  SflClr                64     64n         Subfile clear
     D  SflEnd                67     67n         Subfile end
As soon as I changed
       SflEnd=*off;
to
       SflEnd=*on;
It handled it automatically.

Rob Berendt

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.