<?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 Re: SAS EG Commenting Styles in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862490#M340693</link>
    <description>&lt;P&gt;Snippet is the way to go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I really recommend ditching the "box".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) It does not really make the comment stand out any better than simple white space.&lt;/P&gt;
&lt;P&gt;2) You will never be able to keep the box aligned after editing.&lt;/P&gt;
&lt;P&gt;3) You could end up with the box characters off the edge of the screen, which can cause them to accidently become part of the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So not only does the box do no good, it could actually do harm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 15:27:46 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-03-06T15:27:46Z</dc:date>
    <item>
      <title>SAS EG Commenting Styles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862481#M340690</link>
      <description>&lt;P&gt;I am wanting to achieve the commenting style seen below. Is there a keyboard shortcut for this style? How does one format this commenting style? I know how to add typical commenting syntax such as CTRL + / or CTRL + SHIFT + /, but would like to figure out the below.. And, I can see the style on SAS Help Center, but do not see how to format said commenting style.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RedUser77_0-1678115144880.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/81108iC9BE26CF16D46740/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RedUser77_0-1678115144880.png" alt="RedUser77_0-1678115144880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RedUser77_1-1678115281339.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/81109iACD29CB210085193/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RedUser77_1-1678115281339.png" alt="RedUser77_1-1678115281339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862481#M340690</guid>
      <dc:creator>RedUser77</dc:creator>
      <dc:date>2023-03-06T15:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Commenting Styles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862488#M340692</link>
      <description>&lt;P&gt;One common thing people like to do is add a "comment block header" to the top of a program. You can create a template for this using the code snippet (abbreviation) feature, and then map that to a key. You can also build an editor macro (not to be confused with SAS macro language) to add certain text (like current date, etc) to that, and then assign a shortcut key for it. Start at &lt;STRONG&gt;Program-&amp;gt;Manage macros and snippets&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many actions that you can automate in this way -- have a look around and see what you can build.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisHemedinger_0-1678116026784.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/81112iED8DD4935CA9A9BA/image-dimensions/600x313?v=v2" width="600" height="313" role="button" title="ChrisHemedinger_0-1678116026784.png" alt="ChrisHemedinger_0-1678116026784.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862488#M340692</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2023-03-06T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Commenting Styles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862490#M340693</link>
      <description>&lt;P&gt;Snippet is the way to go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I really recommend ditching the "box".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) It does not really make the comment stand out any better than simple white space.&lt;/P&gt;
&lt;P&gt;2) You will never be able to keep the box aligned after editing.&lt;/P&gt;
&lt;P&gt;3) You could end up with the box characters off the edge of the screen, which can cause them to accidently become part of the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So not only does the box do no good, it could actually do harm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:27:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862490#M340693</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-03-06T15:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Commenting Styles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862493#M340695</link>
      <description>&lt;P&gt;After doing more research into it, I completely agree. Thanks anyways!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:34:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Commenting-Styles/m-p/862493#M340695</guid>
      <dc:creator>RedUser77</dc:creator>
      <dc:date>2023-03-06T15:34:12Z</dc:date>
    </item>
  </channel>
</rss>

