<?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: If macro is not stored (it was not use &amp;quot;/store source&amp;quot; when the macro was created ) in SAS can i see the code of the macro somehow? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131166#M26745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can look in the catalog with INFILE/INPUT.&amp;nbsp; If the macro is mostly SAS Code you will see lots of stuff that you recognize.&amp;nbsp; Otherwise you will need to reverse engineer the compiled bits.&amp;nbsp; Change work.sasmac1 to your catalog and EXT...NAME to the macro name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; FT66F001 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;catalog&lt;/SPAN&gt; &lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'work.sasmac1'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;data&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_null_&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;infile&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; FT66F001(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'EXTENDVALIDMEMNAME.macro'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;input&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;list&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Nov 2013 16:22:00 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2013-11-01T16:22:00Z</dc:date>
    <item>
      <title>If macro is not stored (it was not use "/store source" when the macro was created ) in SAS can i see the code of the macro somehow?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131163#M26742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If macro is not stored (it was not use "/store source" when the macro was created ) in SAS can i see the code of the macro somehow? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 15:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131163#M26742</guid>
      <dc:creator>DejanPeeski</dc:creator>
      <dc:date>2013-11-01T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: If macro is not stored (it was not use "/store source" when the macro was created ) in SAS can i see the code of the macro somehow?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131164#M26743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro would have to be saved as a .SAS program (which is just a text file), in which case the SAS Program Editor, or the SAS ENhanced Editor, or any text editor, can show you the macro code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 15:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131164#M26743</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-11-01T15:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: If macro is not stored (it was not use "/store source" when the macro was created ) in SAS can i see the code of the macro somehow?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131165#M26744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that i have the macro only as a SAS Catalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 15:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131165#M26744</guid>
      <dc:creator>DejanPeeski</dc:creator>
      <dc:date>2013-11-01T15:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: If macro is not stored (it was not use "/store source" when the macro was created ) in SAS can i see the code of the macro somehow?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131166#M26745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can look in the catalog with INFILE/INPUT.&amp;nbsp; If the macro is mostly SAS Code you will see lots of stuff that you recognize.&amp;nbsp; Otherwise you will need to reverse engineer the compiled bits.&amp;nbsp; Change work.sasmac1 to your catalog and EXT...NAME to the macro name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; FT66F001 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;catalog&lt;/SPAN&gt; &lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'work.sasmac1'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;data&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_null_&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;infile&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; FT66F001(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'EXTENDVALIDMEMNAME.macro'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;input&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;list&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 16:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/If-macro-is-not-stored-it-was-not-use-quot-store-source-quot/m-p/131166#M26745</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-11-01T16:22:00Z</dc:date>
    </item>
  </channel>
</rss>

