<?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: SAS compiled macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31392#M6021</link>
    <description>Oops, should have said "as above".  Did not know new postings went at the bottom!</description>
    <pubDate>Wed, 16 Jul 2008 19:26:20 GMT</pubDate>
    <dc:creator>PatrickG</dc:creator>
    <dc:date>2008-07-16T19:26:20Z</dc:date>
    <item>
      <title>SAS compiled macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31389#M6018</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to retrieve the actual code of a compiled macro?</description>
      <pubDate>Wed, 16 Jul 2008 08:57:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31389#M6018</guid>
      <dc:creator>Rik</dc:creator>
      <dc:date>2008-07-16T08:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS compiled macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31390#M6019</link>
      <description>1) If the macro has been compiled with the SOURCE option, you can list the source in the Log window with [pre] %COPY yourMacroName / SOURCE LIB=library ;[/pre]&lt;BR /&gt;
2) If 1) does not work, you're stuck.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Olivier</description>
      <pubDate>Wed, 16 Jul 2008 09:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31390#M6019</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2008-07-16T09:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS compiled macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31391#M6020</link>
      <description>Olivier is correct.  You cannot recreate the source statements from a compiled macro UNLESS it was created using the SOURCE option. If it was, you can then retrieve it using the %COPY statement as below.&lt;BR /&gt;
&lt;BR /&gt;
One thing I will add is that by using the OUTFILE= option with the %COPY statement, the output can be directed to a file instead of the SAS Log.</description>
      <pubDate>Wed, 16 Jul 2008 19:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31391#M6020</guid>
      <dc:creator>PatrickG</dc:creator>
      <dc:date>2008-07-16T19:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS compiled macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31392#M6021</link>
      <description>Oops, should have said "as above".  Did not know new postings went at the bottom!</description>
      <pubDate>Wed, 16 Jul 2008 19:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-compiled-macro/m-p/31392#M6021</guid>
      <dc:creator>PatrickG</dc:creator>
      <dc:date>2008-07-16T19:26:20Z</dc:date>
    </item>
  </channel>
</rss>

