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

Page up and page down in panels


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

Active Member


Joined: 13 Feb 2004
Posts: 551
Location: Bangalore

PostPosted: Tue Oct 04, 2005 3:24 pm
Reply with quote

is it possible to implement page up and page down?

if yes ..how do i do tht ...

ashish
Back to top
View user's profile Send private message
Kevin

Active User


Joined: 25 Aug 2005
Posts: 234

PostPosted: Wed Oct 05, 2005 6:12 pm
Reply with quote

Use a panel definition with a scrollable area:

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 Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts IMS queue causing page through diffic... IMS DB/DC 1
No new posts Back Page print direction (Duplex Pri... JCL & VSAM 3
No new posts Command line placement in DB2I panels TSO/ISPF 2
No new posts Parsing single liner XML into readabl... COBOL Programming 1
Search our Forums:

Back to Top