MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Controlling PF keys in REXX

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
bade_miya
Beginner


Joined: 10 Dec 2003
Posts: 110
Topics: 38

PostPosted: Fri Aug 27, 2004 3:57 am    Post subject: Controlling PF keys in REXX Reply with quote

Hi all,
I searched in Google and in this site, but i couldnt find how to control PF keys in REXX. I have a panel in which i have to make use of PF keys. Can any one tell me how to do this. If available, can anyone send me any link containing the above info.
Thanks
bade_miya
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Fri Aug 27, 2004 5:58 am    Post subject: Reply with quote

Bade_miya,

Look up KEYLIST command. You can define your own set of pfkeys using key list
Code:

)PANEL [KEYLIST (keylist-name[,keylist-applid,SHARED])]


IN your rexx exec you can code
Code:

select
when pfkey = PF01 then
<define activity for pf01 >
when pfkey = PF02 then
<define activity for pf02 >
...
otherwise
<define some other action >
end


Check this link for a detailed explanation of keylist command

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPZDG30/7.1.14?DT=20040720211441

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bade_miya
Beginner


Joined: 10 Dec 2003
Posts: 110
Topics: 38

PostPosted: Fri Aug 27, 2004 8:34 am    Post subject: Reply with quote

Thanks Kolusu,
Thank you very much. This will serve my purpose.
thanks
bade_miya.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group