<?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: SASMSTORE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777368#M247300</link>
    <description>Often programmers store code with the same name as the macro. If you haven't already try searching your file system for a file called %conn_ab.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Oct 2021 17:18:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-10-29T17:18:02Z</dc:date>
    <item>
      <title>SASMSTORE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777302#M247261</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have inherited some code. The team and coders are no longer around.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to figure out details of the complied macros that is used. This is what I have&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options mstored sasmstore=anscloc;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;%conn_ab;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I find out the location of the sasmstore -&amp;nbsp;anscloc or what is the code included in the macro conn_ab ?&lt;/P&gt;
&lt;P&gt;From what I can see conn_ab is setting some values for a connection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without running the macro the subsequent code fails which is a load to Hadoop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help with the above please ? Thank you,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777302#M247261</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2021-10-29T14:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: SASMSTORE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777315#M247269</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/382230"&gt;@Anuz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have inherited some code. The team and coders are no longer around.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to figure out details of the complied macros that is used. This is what I have&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options mstored sasmstore=anscloc;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;%conn_ab;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I find out the location of the sasmstore -&amp;nbsp;anscloc or what is the code included in the macro conn_ab ?&lt;/P&gt;
&lt;P&gt;From what I can see conn_ab is setting some values for a connection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without running the macro the subsequent code fails which is a load to Hadoop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help with the above please ? Thank you,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In your statements ANSCLOC would be the name of a LIBRARY. If you did not inherit any code assigning the ANSCLOC library this might be a tad difficult to find. The specified library should have a Catalog named SASMACR with the compiled versions of the macros.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The note is likely of interest: &lt;A href="http://support.sas.com/kb/22/352.html" target="_blank"&gt;http://support.sas.com/kb/22/352.html&lt;/A&gt;&amp;nbsp; If whoever compiled the macros and did not use the SOURCE option you are not likely to find the code used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777315#M247269</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-10-29T14:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: SASMSTORE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777368#M247300</link>
      <description>Often programmers store code with the same name as the macro. If you haven't already try searching your file system for a file called %conn_ab.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2021 17:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777368#M247300</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-29T17:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: SASMSTORE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777522#M247380</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;- Unfortunately the code is not available. I can only assume once they compiled the macro they didn't save it. Already searched for it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 19:29:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777522#M247380</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2021-10-30T19:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: SASMSTORE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777523#M247381</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;with some digging I found the location of the complied macro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was listed in&amp;nbsp;SAShelp.vslib. Don't know yet how to find the source code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 19:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777523#M247381</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2021-10-30T19:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: SASMSTORE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777623#M247425</link>
      <description>&lt;P&gt;What are the Hadoop load error messages? What should give you some clues as to what the macro is doing. I'm guessing that it is hiding a user account / password along with possibly a complete connection string. Looking at what may be missing from the Hadoop load code might help too.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 00:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASMSTORE/m-p/777623#M247425</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-11-01T00:11:17Z</dc:date>
    </item>
  </channel>
</rss>

