× 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 have an RPGIII that does :

C EXFMT DSPF1
* Calls an RPG 4 pgm.
C CALL RPGIV



Program RPGIV

CALLP P1;

D P1 B
CALL P2

D P2 B
EXFMT DSPF2_WINDOW


The result is to show a window in DSPF2 on top of the file DSPF1.

Now I have to show a third format in DSPF3 underneath the window, so replacing completely DSPF1.

I've changed my RPGIV P1 like this :

D P1 B
WRITE DSPF3
CALL P2

I don't see the new format DSPF3. The window of DSPF2 still shows on DSPF1.
Each of the formats is in a separate DSPF.

Anyone know what's occuring?

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.