When I display a windowed selection list over the current display file format, data from FIRST INSTANCE of this file format is returned to the background(behind the selection list). When I exit the selection list, current format is redisplayed with current data. Window is diplayed from a called program and "assume" keyword is used.
1) Create a record format called DUMMY
2) Place a ' ' (blank)at pos 1 line 1
3) Specify OVERLAY keyword for the format
4) In the program: WRITE DUMMY then EXFMT WINDOW (replace WINDOW with the name of your window format)
Compile with RSTDSP *YES & DFRWRT *YES (or use CHGDSPF)
That'll fix it!
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 1  Reply