<?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 Keyboard macros and Abbreviations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Keyboard-macros-and-Abbreviations/m-p/473924#M285890</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create some custom abbreviations. For example I&amp;nbsp;created one for the data step as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abbreviation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text to insert for abbreviation:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question -&amp;nbsp;When I insert the abbreviation, by default the cursor points at the end of the Run; statement. Is there a way that I can have the cursor point at some other location,&amp;nbsp;may be,&amp;nbsp;at the end of the word data?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jun 2018 22:15:14 GMT</pubDate>
    <dc:creator>erimagoyal</dc:creator>
    <dc:date>2018-06-27T22:15:14Z</dc:date>
    <item>
      <title>Keyboard macros and Abbreviations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Keyboard-macros-and-Abbreviations/m-p/473924#M285890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create some custom abbreviations. For example I&amp;nbsp;created one for the data step as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abbreviation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text to insert for abbreviation:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question -&amp;nbsp;When I insert the abbreviation, by default the cursor points at the end of the Run; statement. Is there a way that I can have the cursor point at some other location,&amp;nbsp;may be,&amp;nbsp;at the end of the word data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 22:15:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Keyboard-macros-and-Abbreviations/m-p/473924#M285890</guid>
      <dc:creator>erimagoyal</dc:creator>
      <dc:date>2018-06-27T22:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros and Abbreviations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Keyboard-macros-and-Abbreviations/m-p/473982#M285891</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/163768"&gt;@erimagoyal&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to create some custom abbreviations. For example I&amp;nbsp;created one for the data step as follows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Abbreviation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Data&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Text to insert for abbreviation:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Data&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Set&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;Run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question -&amp;nbsp;When I insert the abbreviation, by default the cursor points at the end of the Run; statement. Is there a way that I can have the cursor point at some other location,&amp;nbsp;may be,&amp;nbsp;at the end of the word data?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In EG, you have Cursor Controls available while you define a keyboard macro; you can use a series of those to put the cursor where you want it after insertion of text.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 06:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Keyboard-macros-and-Abbreviations/m-p/473982#M285891</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-28T06:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard macros and Abbreviations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Keyboard-macros-and-Abbreviations/m-p/474012#M285892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/163768"&gt;@erimagoyal&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can add navigation commands to the keyboard macro in order to move the cursor where you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Menu Tools --&amp;gt; Keyboard Macros --&amp;gt; Macros...&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Select your Abbreviation in the list&lt;/LI&gt;
&lt;LI&gt;Click "Edit..." button&lt;/LI&gt;
&lt;LI&gt;Select "Navigation" from drop-down list "Categories"&lt;/LI&gt;
&lt;LI&gt;Select the desired command for cursor movement (e.g. "Move cursor up") and press the double-arrow button to insert it.&lt;/LI&gt;
&lt;LI&gt;Repeat step 5 with the same or other commands, as needed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Kbd_macros.png" style="width: 498px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21466iCB14A8C6D93ABCE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kbd_macros.png" alt="Kbd_macros.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 09:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Keyboard-macros-and-Abbreviations/m-p/474012#M285892</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-06-28T09:21:53Z</dc:date>
    </item>
  </channel>
</rss>

