<?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 New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Macro/m-p/532756#M6083</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%inc "program.sas";&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 04 Feb 2019 21:28:57 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-02-04T21:28:57Z</dc:date>
    <item>
      <title>Macro</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Macro/m-p/532730#M6069</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went through the %include concept.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please give small executable code of %include with external File.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 20:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Macro/m-p/532730#M6069</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-02-04T20:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Macro</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Macro/m-p/532756#M6083</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%inc "program.sas";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Feb 2019 21:28:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Macro/m-p/532756#M6083</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-04T21:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Macro</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Macro/m-p/532795#M6089</link>
      <description>&lt;P&gt;You have to decide on the name of a file to hold some code.&amp;nbsp; Once you have done that, try this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename somefile 'path to the file you have selected';

data _null_;
file somefile;
put 'data comes in all shapes and sizes; name="Fred"; run;' ;
run;

%include somefile;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Feb 2019 22:25:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Macro/m-p/532795#M6089</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-02-04T22:25:17Z</dc:date>
    </item>
  </channel>
</rss>

