<?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: Was there any difference in run time between invoking a Original source code of a macro Vs compi in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700115#M1022</link>
    <description>&lt;P&gt;Always keep your macros as source code; the compilation takes fractions of a second and happens only once per session.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2020 06:47:28 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-11-19T06:47:28Z</dc:date>
    <item>
      <title>Was there any difference in run time between invoking a Original source code of a macro Vs compiled</title>
      <link>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700114#M1021</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have installed SAS Enterprise Guide 8.3 newly and trying to add few macros into permanent library. Just want to know if there is any run time difference between calling a Original source code of a macro Vs Compiled Source? If so which is the best option. Here we don't have any changes to these macros in future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;Thalla&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 06:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700114#M1021</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2020-11-19T06:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Was there any difference in run time between invoking a Original source code of a macro Vs compi</title>
      <link>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700115#M1022</link>
      <description>&lt;P&gt;Always keep your macros as source code; the compilation takes fractions of a second and happens only once per session.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 06:47:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700115#M1022</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-19T06:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Was there any difference in run time between invoking a Original source code of a macro Vs compi</title>
      <link>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700164#M1028</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;So, as per your statement compilation will happens only once. Is that means while opening the session in SAS EG it will happen and exist till we end the session ?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 11:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700164#M1028</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2020-11-19T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Was there any difference in run time between invoking a Original source code of a macro Vs compi</title>
      <link>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700171#M1029</link>
      <description>&lt;P&gt;A macro in the autocall library is compiled from the source upon being called, and is then stored in WORK.SASMACR.CATALOG. Since that whole library is deleted upon graceful termination of a SAS session, the macro is again compiled when used in the next session.&lt;/P&gt;
&lt;P&gt;Care must be taken when the source of an autocall macro is changed, as the compiled macro will still be used. In that case, you either have to restart the SAS session, or load the macro code and execute the macro definition manually.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 11:46:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Was-there-any-difference-in-run-time-between-invoking-a-Original/m-p/700171#M1029</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-19T11:46:06Z</dc:date>
    </item>
  </channel>
</rss>

