<?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: Call Macros without compiling them - Macro Library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Call-Macros-without-compiling-them-Macro-Library/m-p/448233#M112751</link>
    <description>&lt;P&gt;Thanks, no wonder I thought I was going mad, it was working before.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Mar 2018 16:44:23 GMT</pubDate>
    <dc:creator>89974114</dc:creator>
    <dc:date>2018-03-23T16:44:23Z</dc:date>
    <item>
      <title>Call Macros without compiling them - Macro Library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Macros-without-compiling-them-Macro-Library/m-p/448211#M112736</link>
      <description>&lt;P&gt;I want to find a way to be able to run macros without compiling them first, Currently I've been using the typical autocall and library method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options mautosource sasautos=MacLib;

filename MacLib "C:\Users\Your.Name.Here\Documents\Engine\Macro_Library";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The macros are saved in that file path folder with the names matching the macro e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MacroOne.Sas

%MacroOne;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I just can't seem to get them&amp;nbsp;to run. How can I make it such that I can run macros and not have to compile before starting a session?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Macros-without-compiling-them-Macro-Library/m-p/448211#M112736</guid>
      <dc:creator>89974114</dc:creator>
      <dc:date>2018-03-23T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Call Macros without compiling them - Macro Library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Macros-without-compiling-them-Macro-Library/m-p/448218#M112742</link>
      <description>&lt;P&gt;Define the filename first, then use it in the options.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Macros-without-compiling-them-Macro-Library/m-p/448218#M112742</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-23T16:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Call Macros without compiling them - Macro Library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Macros-without-compiling-them-Macro-Library/m-p/448233#M112751</link>
      <description>&lt;P&gt;Thanks, no wonder I thought I was going mad, it was working before.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Macros-without-compiling-them-Macro-Library/m-p/448233#M112751</guid>
      <dc:creator>89974114</dc:creator>
      <dc:date>2018-03-23T16:44:23Z</dc:date>
    </item>
  </channel>
</rss>

