<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Amending 'key' functions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Amending-key-functions/m-p/22287#M3606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;call execute('dm wedit''keydef "F12" clear log; clear output;'' wedit;');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to create a new function associated with the key 'F12' I get only 'clear log' on the key command.&amp;nbsp; How do I get 'clear log; clear output;' onto the key menu though code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Connie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2011 15:21:52 GMT</pubDate>
    <dc:creator>ccc143</dc:creator>
    <dc:date>2011-06-28T15:21:52Z</dc:date>
    <item>
      <title>Amending 'key' functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Amending-key-functions/m-p/22287#M3606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;call execute('dm wedit''keydef "F12" clear log; clear output;'' wedit;');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to create a new function associated with the key 'F12' I get only 'clear log' on the key command.&amp;nbsp; How do I get 'clear log; clear output;' onto the key menu though code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Connie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 15:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Amending-key-functions/m-p/22287#M3606</guid>
      <dc:creator>ccc143</dc:creator>
      <dc:date>2011-06-28T15:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Amending 'key' functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Amending-key-functions/m-p/22288#M3607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't need the data step since DM is a global command you can execute anywhere.&lt;/P&gt;&lt;P&gt;Syntax is almost there, just need the desired command inside quotes.&lt;/P&gt;&lt;P&gt;This should do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 14pt;"&gt;dm ' keydef F12 "clear log; clear output;"&amp;nbsp; ';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 17:29:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Amending-key-functions/m-p/22288#M3607</guid>
      <dc:creator>DLing</dc:creator>
      <dc:date>2011-06-28T17:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Amending 'key' functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Amending-key-functions/m-p/22289#M3608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That worked perfectly!!&amp;nbsp; Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 19:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Amending-key-functions/m-p/22289#M3608</guid>
      <dc:creator>ccc143</dc:creator>
      <dc:date>2011-06-28T19:32:21Z</dc:date>
    </item>
  </channel>
</rss>

