<?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 Locating path for a macro variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187086#M35422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been assigned to troubleshoot why a program will not run.&amp;nbsp; I know the issue.&amp;nbsp; It is an email script that is housing too many emails.&lt;/P&gt;&lt;P&gt;Sample error message&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Email address:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:marcsmith@yahoo.com"&gt;marcsmith@yahoo.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="mailto:jansmith@yahoo.com.......etc"&gt;jansmith@yahoo.com.......etc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is too long&amp;nbsp; 256 character limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The macro looks like this&lt;/P&gt;&lt;P&gt;%email_out(110,msglist,);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to locate the path for the above macro to modify or remove some of the email addresses.&amp;nbsp; The program references the location however this macro is no where to be found.&amp;nbsp; Is there a code that gives location for macro, much like option symbolgen gives descriptive information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 01:07:11 GMT</pubDate>
    <dc:creator>Q1983</dc:creator>
    <dc:date>2014-02-26T01:07:11Z</dc:date>
    <item>
      <title>Locating path for a macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187086#M35422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been assigned to troubleshoot why a program will not run.&amp;nbsp; I know the issue.&amp;nbsp; It is an email script that is housing too many emails.&lt;/P&gt;&lt;P&gt;Sample error message&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Email address:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:marcsmith@yahoo.com"&gt;marcsmith@yahoo.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="mailto:jansmith@yahoo.com.......etc"&gt;jansmith@yahoo.com.......etc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is too long&amp;nbsp; 256 character limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The macro looks like this&lt;/P&gt;&lt;P&gt;%email_out(110,msglist,);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to locate the path for the above macro to modify or remove some of the email addresses.&amp;nbsp; The program references the location however this macro is no where to be found.&amp;nbsp; Is there a code that gives location for macro, much like option symbolgen gives descriptive information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 01:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187086#M35422</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2014-02-26T01:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Locating path for a macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187087#M35423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's probably in an AutoCall Library. &lt;/P&gt;&lt;P&gt;See the options to find the macro in the paper below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://analytics.ncsu.edu/sesug/2005/AD07_05.PDF" title="http://analytics.ncsu.edu/sesug/2005/AD07_05.PDF"&gt;http://analytics.ncsu.edu/sesug/2005/AD07_05.PDF&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 01:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187087#M35423</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-02-26T01:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Locating path for a macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187088#M35424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting MAUTOLOCDISPLAY option.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#a002475230.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#a002475230.htm"&gt;SAS(R) 9.2 Macro Language: Reference&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 01:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187088#M35424</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-02-26T01:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Locating path for a macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187089#M35425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When debugging macros I use &lt;/P&gt;&lt;P&gt;OPTION MLOGIC MPRINT SYMBOLGEN MLOGICNEST ;&lt;/P&gt;&lt;P&gt;Without these options set, debugging macros remains guesswork.&lt;/P&gt;&lt;P&gt;MLOGIC has the added convenience that it reports from where an autocall macro had been loaded ( like mautolocdisplay).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 07:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Locating-path-for-a-macro-variable/m-p/187089#M35425</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-02-26T07:14:14Z</dc:date>
    </item>
  </channel>
</rss>

