IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to enable scrolling option in panels


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rohitcognizant

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Thu Mar 29, 2007 5:03 pm
Reply with quote

i want to use pf7 and pf8 for scrolling the panel
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Mar 29, 2007 5:28 pm
Reply with quote

Yes, and ?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Mar 29, 2007 5:45 pm
Reply with quote

Good for you !!!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Mar 30, 2007 12:56 am
Reply with quote

Hello,

And a standard is born. . . . icon_smile.gif
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Mar 30, 2007 7:15 pm
Reply with quote

I use this sample as a skeleton for scrolling panels:

Code:

)Attr Default(%+_)                                                 
  # Type(Text) Intens(High)                                       
  @ Area(Scrl) Extend(On)                                         
)Body Expand(//) Width(80)                                         
%/-/ My Test Panel /-/+                                           
#Command ===>_ZCMD                                                 
+                                                                 
#/ / This direction line tells the user how to use the panel. / /+
+                                                                 
@area1                                                    @       
+                                                                 
#/ / Optional bottom directional line. / /+                       
+                                                                 
)Area area1                                                       
+Normal text line 1.+     
...                                         
+Normal text line 30.+             
)Init                             
)Reinit                           
)Proc                             
)Help                             
)End                               
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
No new posts INSYNC option with same function as I... JCL & VSAM 0
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
Search our Forums:

Back to Top