<?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: How to find macros code location in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769062#M243973</link>
    <description>&lt;P&gt;If these are so called Autocall macros then you can also use....&lt;/P&gt;
&lt;PRE&gt;options mautolocdisplay;&lt;/PRE&gt;
&lt;P&gt;...at the beginning of your program. This will print the location of the source code for the macro into the SAS log whenever you call it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/vdmmlcdc/8.1/mcrolref/p04o0tz0t7g88in1mqlh27hj7wgn.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/vdmmlcdc/8.1/mcrolref/p04o0tz0t7g88in1mqlh27hj7wgn.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 09:08:19 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2021-09-22T09:08:19Z</dc:date>
    <item>
      <title>How to find macros code location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769018#M243950</link>
      <description>&lt;P&gt;I'm new in SAS programming and we have a SAS procedure with different call to macros. we need to find those macros and we don't know how to do. any sugestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 06:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769018#M243950</guid>
      <dc:creator>fabioce</dc:creator>
      <dc:date>2021-09-22T06:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to find macros code location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769045#M243971</link>
      <description>&lt;P&gt;Inspect your SASAUTOS= system option:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option=sasautos;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;so you can search these locations for probable stored macro code files.&lt;/P&gt;
&lt;P&gt;If you don't find them there, inspect the SASHELP.VCATALG table (objtype = "MACRO") to find macros stored in permanent catalogs.&lt;/P&gt;
&lt;P&gt;All others have to be found in files that were included with %INCLUDE somewhere (might be in your SAS "startup" code, meaning autoexec files or codes sent automatically by Studio or EG).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 08:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769045#M243971</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-09-22T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find macros code location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769062#M243973</link>
      <description>&lt;P&gt;If these are so called Autocall macros then you can also use....&lt;/P&gt;
&lt;PRE&gt;options mautolocdisplay;&lt;/PRE&gt;
&lt;P&gt;...at the beginning of your program. This will print the location of the source code for the macro into the SAS log whenever you call it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/vdmmlcdc/8.1/mcrolref/p04o0tz0t7g88in1mqlh27hj7wgn.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/vdmmlcdc/8.1/mcrolref/p04o0tz0t7g88in1mqlh27hj7wgn.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 09:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769062#M243973</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-09-22T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find macros code location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769130#M243991</link>
      <description>%let path=%sysfunc(pathname(sasautos));&lt;BR /&gt;&lt;BR /&gt;%put &amp;amp;path ;</description>
      <pubDate>Wed, 22 Sep 2021 12:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-macros-code-location/m-p/769130#M243991</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-09-22T12:35:01Z</dc:date>
    </item>
  </channel>
</rss>

