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

Multiple Pages display on a single panel


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

New User


Joined: 13 Jun 2005
Posts: 12
Location: chennai

PostPosted: Mon Oct 20, 2008 5:14 pm
Reply with quote

Is there any option available to navigate multiple pages of data for a single panel.

Thanks
Murali
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Mon Oct 20, 2008 5:25 pm
Reply with quote

not the way You posted Your question ...
please reword in a more understandable way..

just a few hints given that You are in an ISPF environment

if it is just sequential data BROWSE/VIEW will do it

for poorly structured data ( different records layout ) investigate the use of dynamic panel areas
or otherwise ( all the records have the same layout) investigate the use of ispf tables
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Mon Oct 20, 2008 5:25 pm
Reply with quote

How do you mean.

Are you looking at a dataset, a table, a menu ?
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Mon Oct 20, 2008 9:20 pm
Reply with quote

If it is a panel (with input or output fields), it is probably easiest to use a scrollable panel.

abbreviated panel:
Code:

)ATTR
#  AREA(SCRL) EXTEND(ON)   
)BODY
my title
command ==>_zcmd
#SAREA38
)AREA SAREA38
your input . . ._invar1
)END
Back to top
View user's profile Send private message
muralithirumalaisamy
Warnings : 1

New User


Joined: 13 Jun 2005
Posts: 12
Location: chennai

PostPosted: Tue Oct 21, 2008 11:08 am
Reply with quote

Thanks for the reply
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Grouping by multiple headers DFSORT/ICETOOL 7
Search our Forums:

Back to Top