View previous topic :: View next topic
|
Author |
Message |
richu
New User
Joined: 03 Feb 2006 Posts: 8
|
|
|
|
Hi all,
In TSO/ISPF , at the command line
Can i set any option , so that i can reach to the beginning or end of
line at one/single keyboard hit
thanks in advance
Rishi. |
|
Back to top |
|
|
vidhyanarayanan
New User
Joined: 23 Dec 2005 Posts: 52
|
|
|
|
Hi,
U can use END key to reach the end of the line...but to go to the
beginning of the line....customize ur keyboard settings. |
|
Back to top |
|
|
mailsri
New User
Joined: 04 Apr 2006 Posts: 13
|
|
|
|
Hi
You need to customize the keys in the keyboard to trigger certain actions. Usually this will be defined as parameters for each key usually it starts with PF1 TO PF12 and PF13 TO PF24 keys. In some installations, the actions designed for PF1 TO PF12 will be assigned the same foR PF13 TO PF24.
All these PFKEYS description are in this member...(SYS1.PARMLIB) Under PFTAB00.
All these are system oriented programmers task and you should have privileges to implement any of the key to trigger desired stroke.
However usually the HOME KEY will be designed to position to start of the cursor at the command line.
Regarding positioning of End of line, it varies from installation to installation. You can use their mouse to position the cursor at the end of the command line till you check the installation defined at your Place
Regards,
Srinivas. J
System Programmer |
|
Back to top |
|
|
|