<?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: Compile a macro from GitHub gist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342372#M272851</link>
    <description>&lt;P&gt;Thank you, I will advise those plan to use the macro to download and run %include.&lt;/P&gt;</description>
    <pubDate>Sun, 19 Mar 2017 17:59:47 GMT</pubDate>
    <dc:creator>MetinBulus</dc:creator>
    <dc:date>2017-03-19T17:59:47Z</dc:date>
    <item>
      <title>Compile a macro from GitHub gist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342358#M272847</link>
      <description>&lt;P&gt;Hi all, is there a way to compile a macro directly from GitHub gist?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 14:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342358#M272847</guid>
      <dc:creator>MetinBulus</dc:creator>
      <dc:date>2017-03-19T14:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a macro from GitHub gist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342363#M272848</link>
      <description>&lt;P&gt;SAS macros are code pieces provided as text. Copy/paste into a code window, and run that. That compiles the macro for the current SAS session.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 16:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342363#M272848</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-19T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a macro from GitHub gist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342368#M272849</link>
      <description>&lt;P&gt;I am using the following but it doesn't work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "https://gist.github.com/.../....";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here is the warning:&lt;/P&gt;
&lt;PRE&gt;WARNING: Physical file does not exist, C:\Windows\system32\https:\\gist.github.com\...\...&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 17:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342368#M272849</guid>
      <dc:creator>MetinBulus</dc:creator>
      <dc:date>2017-03-19T17:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a macro from GitHub gist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342370#M272850</link>
      <description>&lt;P&gt;%include only works from the local filesystem, it can't resolve URLs.&lt;/P&gt;
&lt;P&gt;So you need to download the file to your SAS machine and include from there.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 17:29:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342370#M272850</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-19T17:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a macro from GitHub gist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342372#M272851</link>
      <description>&lt;P&gt;Thank you, I will advise those plan to use the macro to download and run %include.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 17:59:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compile-a-macro-from-GitHub-gist/m-p/342372#M272851</guid>
      <dc:creator>MetinBulus</dc:creator>
      <dc:date>2017-03-19T17:59:47Z</dc:date>
    </item>
  </channel>
</rss>

