<?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: macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807722#M318499</link>
    <description>&lt;P&gt;Macros are compiled at the compilation phase before execution.&lt;/P&gt;
&lt;P&gt;So If syntax errors occur, it is logged.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 07:06:22 GMT</pubDate>
    <dc:creator>japelin</dc:creator>
    <dc:date>2022-04-14T07:06:22Z</dc:date>
    <item>
      <title>macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807719#M318498</link>
      <description>&lt;P&gt;what happen when a macro is in a program and not executed, what does the compiler do when it goes pass it? probably nothing happens?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 06:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807719#M318498</guid>
      <dc:creator>HeatherNewton</dc:creator>
      <dc:date>2022-04-14T06:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807722#M318499</link>
      <description>&lt;P&gt;Macros are compiled at the compilation phase before execution.&lt;/P&gt;
&lt;P&gt;So If syntax errors occur, it is logged.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 07:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807722#M318499</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-04-14T07:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807751#M318518</link>
      <description>&lt;P&gt;The macro is &lt;EM&gt;compiled&lt;/EM&gt; when the text is encountered in your code (so the validity of the&amp;nbsp;&lt;EM&gt;macro statements&lt;/EM&gt; is checked), but it is only &lt;EM&gt;executed&lt;/EM&gt; when it is actually called (and after that, the resulting code is checked for valid "Base SAS" syntax).&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 09:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807751#M318518</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-14T09:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807763#M318521</link>
      <description>&lt;P&gt;Another case where you could write code that does exactly that very easily, run the code then read the log. And see the compilation note.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really hard to write a two line macro that does nothing and place it in any program you have.&lt;/P&gt;
&lt;P&gt;%macro dummy();&lt;/P&gt;
&lt;P&gt;%mend;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 11:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro/m-p/807763#M318521</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-04-14T11:00:48Z</dc:date>
    </item>
  </channel>
</rss>

