<?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 Meta - What are some things you should know how to do before learning about macro programming? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545653#M150989</link>
    <description>&lt;P&gt;There are constantly questions on here about how to convert something to a macro or how to automate something. Many times, the answer is a macro is not required. So, for new users, what would be some things you think a user should understand before they start tackling macro programming?&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two that come to top of my mind are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Arrays&lt;/LI&gt;
&lt;LI&gt;By Group processing&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#999999"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;Yes, there are certain circumstances where a macro is the only way to solve a problem.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Mar 2019 23:25:45 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-03-24T23:25:45Z</dc:date>
    <item>
      <title>Meta - What are some things you should know how to do before learning about macro programming?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545653#M150989</link>
      <description>&lt;P&gt;There are constantly questions on here about how to convert something to a macro or how to automate something. Many times, the answer is a macro is not required. So, for new users, what would be some things you think a user should understand before they start tackling macro programming?&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two that come to top of my mind are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Arrays&lt;/LI&gt;
&lt;LI&gt;By Group processing&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#999999"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;Yes, there are certain circumstances where a macro is the only way to solve a problem.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 23:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545653#M150989</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-03-24T23:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Meta - What are some things you should know how to do before learning about macro programming?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545662#M150995</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data Step Concepts - content you find here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl//en/lrcon/69852/HTML/default/viewer.htm#titlepage.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl//en/lrcon/69852/HTML/default/viewer.htm#titlepage.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 00:22:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545662#M150995</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-03-25T00:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Meta - What are some things you should know how to do before learning about macro programming?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545680#M151010</link>
      <description>&lt;P&gt;One should be taught, in that order:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 - data _null_ steps for writing code to a file, to be later included&lt;BR /&gt;2 - call execute()&lt;BR /&gt;3 - the macro facility&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So that the later would be understood for what it is (i.e. Not a programming language).&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 03:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545680#M151010</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-03-25T03:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Meta - What are some things you should know how to do before learning about macro programming?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545713#M151027</link>
      <description>&lt;P&gt;To properly make use of by-group-processing, one needs to understand proper data modeling and how to transpose wide data, either by using arrays or proc transpose.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 07:49:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545713#M151027</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-03-25T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Meta - What are some things you should know how to do before learning about macro programming?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545836#M151069</link>
      <description>&lt;P&gt;You can't create a macro variable in a datastep then reference it in the same datastep! Order of operations for compilation vs execution time matters!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 14:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Meta-What-are-some-things-you-should-know-how-to-do-before/m-p/545836#M151069</guid>
      <dc:creator>noling</dc:creator>
      <dc:date>2019-03-25T14:18:34Z</dc:date>
    </item>
  </channel>
</rss>

