<?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/400093#M96974</link>
    <description>&lt;P&gt;The %macro statement does not run anything.&amp;nbsp; It begins the definition of a macro.&amp;nbsp; Later, you will see a matching %mend statement, ending the definition of the macro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To actually run the macro, you then need to use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%numest (dsin=some_value, dsout=some_value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's where you run the code and supply your data set names.&lt;/P&gt;</description>
    <pubDate>Sun, 01 Oct 2017 07:19:15 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2017-10-01T07:19:15Z</dc:date>
    <item>
      <title>Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400085#M96968</link>
      <description>&lt;P&gt;I am trying to run a macro that starts with this code but it will not work for me.&lt;/P&gt;&lt;P&gt;Can you please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE class="sas macro"&gt;%macro&lt;/CODE&gt; &lt;CODE class="sas plain"&gt;numest (dsin=, dsout=);&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put a location for dsin and dsout but nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2017 05:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400085#M96968</guid>
      <dc:creator>dlazer1</dc:creator>
      <dc:date>2017-10-01T05:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400086#M96969</link>
      <description>You have to post full log with options mprint, mlogic and symbolgen active. Without that information we can't help you.</description>
      <pubDate>Sun, 01 Oct 2017 05:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400086#M96969</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-01T05:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400093#M96974</link>
      <description>&lt;P&gt;The %macro statement does not run anything.&amp;nbsp; It begins the definition of a macro.&amp;nbsp; Later, you will see a matching %mend statement, ending the definition of the macro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To actually run the macro, you then need to use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%numest (dsin=some_value, dsout=some_value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's where you run the code and supply your data set names.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2017 07:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400093#M96974</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-10-01T07:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400100#M96978</link>
      <description>&lt;P&gt;You provided exactly NO information that could help us in helping you. No code (just the macro statement is useless), no log, no data.&lt;/P&gt;
&lt;P&gt;Please follow the instructions given on posting a useful question.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2017 08:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro/m-p/400100#M96978</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-01T08:28:11Z</dc:date>
    </item>
  </channel>
</rss>

