| Date: | Tue, 2 Mar 2010 10:23:30 -0500 |
| Reply-To: | Nathaniel Wooding <nathaniel.wooding@DOM.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Nathaniel Wooding <nathaniel.wooding@DOM.COM> |
| Subject: | Re: assigning keys |
|
| In-Reply-To: | <OFBA8716D7.0F9892D7-ON862576DA.0050EA5D-862576DA.00511DD8@fd9ns01.okladot.state.ok.us> |
| Content-Type: | text/plain; charset="us-ascii" |
Masoud
Rather than using a pf key combination, would a icon on the tool bar be useful?
Click
Tools
Customize Tools
Select the Customize tab
Click on the Add Tool icon (it is on the left of the row of tools above the command line entry window
In the command window, enter your SAS statements
In the Help Text and Tip Text, enter some explanatory text
Click on the Chang Icon icon and select an icon
Click on OK
I have such a button set up to clear my log and output windows and then submit the code in the display manager. The command line reads
lst;clear;log;clear;wpgm;submit
The alternative for defining an actual pf key is , in the display manager window's command bar, type KEYS and hit enter. Type in whatever SAS commands you wish next to your particular pf key combination and close the window.
Nat Wooding
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Masoud Pajoh
Sent: Tuesday, March 02, 2010 9:47 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: assigning keys
I want to run:
proc fsedit data=Temp.ProgDescriptions screen=sasuser.screens.
ProgDescriptions; run;
by assigning it to a key, e.g. alt+f1.
How can I do that?
Thanks,
Masoud
CONFIDENTIALITY NOTICE: This electronic message contains
information which may be legally confidential and or privileged and
does not in any case represent a firm ENERGY COMMODITY bid or offer
relating thereto which binds the sender without an additional
express written confirmation to that effect. The information is
intended solely for the individual or entity named above and access
by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, distribution, or use of the
contents of this information is prohibited and may be unlawful. If
you have received this electronic transmission in error, please
reply immediately to the sender that you have received the message
in error, and delete it. Thank you.
|