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

ISPF Table Implementation with scroll (UP&DOWN) function


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

New User


Joined: 12 Jun 2007
Posts: 4
Location: Chennai

PostPosted: Thu Dec 20, 2007 6:44 pm
Reply with quote

Hi,
Can anyone provide me a sample REXX coding for implementing the ISPF Table with scroll functionality? Need to handle the Scroll UP (F7 key) and Scroll DOWN (F8 key) for navigating the table


Thanks,
Prabhu Shankar
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Dec 20, 2007 6:59 pm
Reply with quote

prabhushankar_g wrote:
Need to handle the Scroll UP (F7 key) and Scroll DOWN (F8 key) for navigating the table


No, you don't. ISPF handles the table scrolling automatically as long as you're using the TBDISPL service. There is no coding necessary on your part.
Back to top
View user's profile Send private message
prabhushankar_g

New User


Joined: 12 Jun 2007
Posts: 4
Location: Chennai

PostPosted: Mon Jan 07, 2008 7:35 pm
Reply with quote

Hi,
How to find which rows has been selected in the ISPF table? Can anyone gimme a sample REXX coding to handle the same ?
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Mon Jan 07, 2008 9:18 pm
Reply with quote

Once again, you're missing the point. You don't have to code for ISPF table processing. ISPF handles all of that for you.

When a row is selected, ISPF returns the variables and their contents for that row to the shared variable pool. All you have to do in REXX is use them as-is.
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