> From: [EMAIL PROTECTED] > 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?
There are 3 methods I use to make a panel scrollable: 1) Use an )AREA section 2) Use a )MODEL section 3) Use a dynamic area As you asked for the 'simplest' method, I've listed the above in roughly what I consider to be the easiest way to do what you want if you've never done it before. Of course, each method has advantages and disadvantages. If you decide to go with option 1, take a look at the [EMAIL PROTECTED] menu. You should see a variable called SAREA39 in the )BODY section of the panel, and what appears to be mostly blank lines below it. Then, just below the )BODY section you should see )AREA SAREA39 with the lines that ISPF will try to 'stuff' into the available area that's defined in the )BODY section. If there are too many lines to stuff into the available area, the panel automagically becomes scrollable. Hope that helps, Dave Salt See the new SimpList(tm) rollover image at: http://www.mackinney.com/products/SIM/simplist.htm _________________________________________________________________ If you like crossword puzzles, then you'll love Flexicon, a game which combines four overlapping crossword puzzles into one! http://g.msn.ca/ca55/208 ---------------------------------------------------------------------- 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

