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

Activate PF10 Pf11 keys in Ispf panels


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

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Thu May 14, 2009 3:13 pm
Reply with quote

Hi,

I want to add PF10, PF11 keys in the ISPF panel,

Im displaying a table (TBDISPL) with a help of a panel where the PF10, PF11 heys are not activated.
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 May 14, 2009 4:01 pm
Reply with quote

I'm sorry, but what ISPF commands are you looking to suport?

To the best of my knowledge, every ISPF panel supports the END and HELP commands. Scrollable panels, and TBDISPL panels also support the UP and DOWN commands. There aren't any other ISPF commands that I'm aware of the are supported. For whatever it is you want to do you're going to have to write your own process.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu May 14, 2009 4:13 pm
Reply with quote

This has been asked and answered in the past on the forum.

If I recall correctly - it can not be done without writing your own exits or whatever.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Thu May 14, 2009 9:19 pm
Reply with quote

Set your keys to LEFT and RIGHT.

You need to create multiple panels to display different columns of your table.

On your TBDISPL call, use a variable for the panel name.

After TBDISPL, your program must check the value of ZCMD (or was it ZVERB). If it is LEFT or RIGHT, change the name of the panel that will be displayed.
Back to top
View user's profile Send private message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Fri May 15, 2009 9:26 am
Reply with quote

Hi Pedro ,
Thanks i got it , then there is no possible way of using PF10 and Pf11 in the same panel.

I have to use two panels , depending on the logic i have to toggle between the two panels . right?
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri May 15, 2009 9:57 am
Reply with quote

Quote:
then there is no possible way of using PF10 and Pf11 in the same panel.

You could wrap... go to far to right and you wind up at the leftmost page.
Back to top
View user's profile Send private message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Fri May 15, 2009 10:12 am
Reply with quote

can you plaese some me some example.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri May 15, 2009 9:11 pm
Reply with quote

Show us what you tried and we can try to help.
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 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 Use input file with OMIT rcd keys? DFSORT/ICETOOL 15
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Is there a way to close VSAM files us... CICS 8
Search our Forums:

Back to Top