On Thu, 22 May 2008 09:23:07 -0500, Support, DUNNIT SYSTEMS LTD.
<[EMAIL PROTECTED]> wrote:
>It's been years since I edited an ISPF panel. I need to add some lines to a
>panel but there are no more lines left if the panel is displayed on a 24 row
>3270 screen.
>
>What's the simplest way to convert a panel that is currently static in size to
>becoming scrollable in size, in order to accomodate more lines?
>
I'm not sure if it's the easiest, but when I converted my XEF application
to have more that 24 lines (1996?), I did this.
Add a AREA attribute char. to )ATTR with scroll. Example:
% TYPE(TEXT) INTENS(HIGH)
| AREA(SCRL) EXTEND(ON)
Add the a name to the )BODY section where you want the scrollable data:
|MYAREA |
(note the | at the end also - col 80 in my case)
Define the data in )AREA section after the )BODY section
)AREA MYAREA
%some panel data line 1
%some panel data line 2
...
You can see a sample on my web site in XEFMENU or look at [EMAIL PROTECTED]:
http://home.flash.net/~mzelden/mvsutil.html
http://home.flash.net/~mzelden/mvsfiles/xefmenu.txt
HTH,
Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html