<?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 data vs macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590615#M169072</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hello, i need help. If anyone can show me on the data I attached the difference between the data and the macro code.&lt;/P&gt;</description>
    <pubDate>Sat, 21 Sep 2019 14:39:59 GMT</pubDate>
    <dc:creator>malov0610</dc:creator>
    <dc:date>2019-09-21T14:39:59Z</dc:date>
    <item>
      <title>data vs macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590615#M169072</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello, i need help. If anyone can show me on the data I attached the difference between the data and the macro code.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 14:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590615#M169072</guid>
      <dc:creator>malov0610</dc:creator>
      <dc:date>2019-09-21T14:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: data vs macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590617#M169074</link>
      <description>&lt;P&gt;You seem to have just attached datasets.&lt;/P&gt;
&lt;P&gt;What are you asking for help with?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 14:53:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590617#M169074</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-21T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: data vs macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590618#M169075</link>
      <description>&lt;P&gt;I would like to understand the difference between data / proc steps and macro steps. I know the syntax, but when I try to write macro code I don't know how to define it exactly. If you can just show me in a simple example on my data.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 14:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590618#M169075</guid>
      <dc:creator>malov0610</dc:creator>
      <dc:date>2019-09-21T14:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: data vs macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590619#M169076</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/291547"&gt;@malov0610&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I would like to understand the difference between data / proc steps and macro steps. I know the syntax, but when I try to write macro code I don't know how to define it exactly. If you can just show me in a simple example on my data.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There are no "macro steps". The macro preprocessor enables the dynamic creation of &lt;EM&gt;any&lt;/EM&gt; SAS&amp;nbsp;code anywhere in a program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Writing macro code starts with working non-macro code that needs to be expanded to work in different situations, or be used in multiple places.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 15:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590619#M169076</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-21T15:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: data vs macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590635#M169083</link>
      <description>&lt;P&gt;The purpose of the DATA step (and PROC step) is to process data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The purpose of the macro language is to generate SAS code.&amp;nbsp; That SAS code is often the code for DATA steps or PROC steps which process data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The macro language is a code generator.&amp;nbsp; Instead of typing SAS code yourself, you can type macro language code, and then run the macro language code in order to generate SAS code.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 18:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590635#M169083</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2019-09-21T18:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: data vs macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590644#M169092</link>
      <description>&lt;P&gt;Have you take the first SAS e-course? I highly recommend that and its free.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise I have a list of curated resources here to teach you specific topics, with macro tutorials towards the end of the list.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/statgeek/SAS-Tutorials/blob/master/Base_Certification_Resource_Guide.md" target="_blank"&gt;https://github.com/statgeek/SAS-Tutorials/blob/master/Base_Certification_Resource_Guide.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 18:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-vs-macro/m-p/590644#M169092</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-21T18:59:33Z</dc:date>
    </item>
  </channel>
</rss>

