Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Small Tip to change the functionality of function keys

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
mathy

New User


Joined: 02 Mar 2006
Posts: 7

PostPosted: Mon Mar 27, 2006 5:01 pm    Post subject: Small Tip to change the functionality of function keys
Reply with quote

You can change the functionality of function keys. Type 'keys' in command line. Key list will be displayed. You can choose the key want and you can change the definition as your wish.

Suppose you select F12 and type 'Retrieve' in the definition, you can retrieve the commands you have typed previously by pressing F12. Hope this will help you.
Back to top
View user's profile Send private message
References
Marso

Senior Member


Joined: 13 Mar 2006
Posts: 337
Location: Israel

PostPosted: Thu Mar 30, 2006 3:16 pm    Post subject:
Reply with quote

Here is another tip. Please note that is is not necessarily related to the previous tip (I mean, mathy I not shouting at you)

At work, somebody tried to be "smart" and changed the PF1 definition to "HLP". In the REXX that displays the panel, there is some code to view a file when the HLP command is received.
Working with split screen, I always get furious when I receive an invalid command when hitting the PF1 key.

This is the tip: DO NOT DO THAT EVER!

The best and only way to show help files is to put:
.HELP = <help_panel_name>
in the )INIT section of the panel. That's all what you need!
PF1 (the original one) will do all the work.

In the help panel, the only mandatory thing is the )END line.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1