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

Regarding ISPF table


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

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Mon Sep 26, 2011 3:41 pm
Reply with quote

Hi,

I have a panel where I display some data using ISPF table and panel like one below

Code:


CMD       MEMBER       DATASET
        AAA          XXX.YYY   
          YYY          ZZZ.AAA
          BBB          XXX.YYY



Now I wanted to do some operation on the displayed data like below

Code:


CMD       MEMBER       DATASET
B         AAA        XXX.YYY   
          YYY          ZZZ.AAA
B         BBB          XXX.YYY



So when I give B in cmd I wanted to browse the data XXX.YYY(AAA) and XXX.YYY(BBB)

Can anyone give me some pointers how to do that?

Thanks in advance.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Sep 26, 2011 3:46 pm
Reply with quote

Can't you already do that with your existing, locally-customised, menus?

What is the purpose of re-inventing it, particularly if you are not sure how to do it?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Sep 26, 2011 3:51 pm
Reply with quote

how to display a table and handle the relative line commands is explained very well here
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISRVPB01/CONTENTS?SHELF=&DT=19931028105440

old but silluseful
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Mon Sep 26, 2011 3:55 pm
Reply with quote

No I know datasets have some options like this But Its part of a tool I am trying to create so needed for that.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Sep 28, 2011 9:36 pm
Reply with quote

Thanks Enrico..That was really for good read and I was able to solve it out icon_biggrin.gif
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 Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top