<?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: hidden tables on macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611970#M178479</link>
    <description>&lt;P&gt;Single-level dataset names point to library WORK.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 07:40:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-12-16T07:40:25Z</dc:date>
    <item>
      <title>hidden tables on macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611966#M178477</link>
      <description>&lt;P&gt;Hello! My the first experience here. I begin to introduce SAS and look for tables specified in the macro. Looks like this - with no prefixes and no path. Where can they be ATTR? They are not in SQL Database.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="111.jpg" style="width: 479px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/34794i266E4DE7C096AD95/image-size/large?v=v2&amp;amp;px=999" role="button" title="111.jpg" alt="111.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;%macro mEquiScoreFull;&lt;BR /&gt;%macro dummy; %mend dummy;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table status0 as&lt;BR /&gt;select a.V as PaymtPat, b.*,c.*&lt;BR /&gt;from ATTR a&lt;BR /&gt;join CREDIT b&lt;BR /&gt;on a.C_I=b.CRED_ID and a.n=831&lt;BR /&gt;join RESPONSE c&lt;BR /&gt;on 1=1;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 07:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611966#M178477</guid>
      <dc:creator>Supra8Bit</dc:creator>
      <dc:date>2019-12-16T07:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: hidden tables on macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611970#M178479</link>
      <description>&lt;P&gt;Single-level dataset names point to library WORK.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 07:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611970#M178479</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-16T07:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: hidden tables on macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611973#M178480</link>
      <description>Thanks for aiming. I found the Work library, but I don 't see any similar tables in it. There is (in Work) only one system table describing the SAS components and the infe. about the license. Maybe I 'm looking out there or can short names refer to other libraries?</description>
      <pubDate>Mon, 16 Dec 2019 08:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611973#M178480</guid>
      <dc:creator>Supra8Bit</dc:creator>
      <dc:date>2019-12-16T08:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: hidden tables on macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611977#M178482</link>
      <description>&lt;P&gt;WORK is a dynamic library, created at the start of a SAS process and deleted when it terminates. To have datasets in there, they must be created during th "lifetime" of the current SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you seem to be a SAS beginner, I&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;strongly&lt;/STRONG&gt;&lt;/EM&gt; advise that you make yourself familiar with the SAS basics before you try to work with someone else's macro code. Macro coding is a fairly advanced subject, so I advise you work through the free online Programming 1 course first.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 08:59:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611977#M178482</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-16T08:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: hidden tables on macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611995#M178495</link>
      <description>Thanks a lot! It seems that it is really necessary to pass the course if in the future it is necessary to solve such tasks.</description>
      <pubDate>Mon, 16 Dec 2019 11:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hidden-tables-on-macro/m-p/611995#M178495</guid>
      <dc:creator>Supra8Bit</dc:creator>
      <dc:date>2019-12-16T11:49:31Z</dc:date>
    </item>
  </channel>
</rss>

