<?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 what does &amp;quot;&amp;amp;schema.&amp;quot; mean? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-does-quot-amp-schema-quot-mean/m-p/457701#M116070</link>
    <description>&lt;P&gt;Hi, I am a new beginner on SAS.&amp;nbsp;Get a&amp;nbsp;script from&amp;nbsp;a programmer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone would be able to explain what does '&amp;amp;schema.' mean? what is&amp;nbsp;the relationship between lib and db shown as below? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%conn;&lt;BR /&gt;%conxn(P_AU_EDW1_FC_V,fc,lib);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;%conxn(&amp;amp;schema., PAT, db);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Apr 2018 12:53:49 GMT</pubDate>
    <dc:creator>shawnyap</dc:creator>
    <dc:date>2018-04-26T12:53:49Z</dc:date>
    <item>
      <title>what does "&amp;schema." mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-quot-amp-schema-quot-mean/m-p/457701#M116070</link>
      <description>&lt;P&gt;Hi, I am a new beginner on SAS.&amp;nbsp;Get a&amp;nbsp;script from&amp;nbsp;a programmer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone would be able to explain what does '&amp;amp;schema.' mean? what is&amp;nbsp;the relationship between lib and db shown as below? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%conn;&lt;BR /&gt;%conxn(P_AU_EDW1_FC_V,fc,lib);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;%conxn(&amp;amp;schema., PAT, db);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 12:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-quot-amp-schema-quot-mean/m-p/457701#M116070</guid>
      <dc:creator>shawnyap</dc:creator>
      <dc:date>2018-04-26T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: what does "&amp;schema." mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-quot-amp-schema-quot-mean/m-p/457712#M116073</link>
      <description>&lt;P&gt;We'd need the macro code for detailed answers, but I guess you should look at &lt;A href="https://en.wikipedia.org/wiki/Database_schema" target="_blank"&gt;https://en.wikipedia.org/wiki/Database_schema&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 13:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-quot-amp-schema-quot-mean/m-p/457712#M116073</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-26T13:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: what does "&amp;schema." mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-quot-amp-schema-quot-mean/m-p/457771#M116108</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/167671"&gt;@shawnyap&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi, I am a new beginner on SAS.&amp;nbsp;Get a&amp;nbsp;script from&amp;nbsp;a programmer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone would be able to explain what does '&amp;amp;schema.' mean? what is&amp;nbsp;the relationship between lib and db shown as below? Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%conn;&lt;BR /&gt;%conxn(P_AU_EDW1_FC_V,fc,lib);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;%conxn(&amp;amp;schema., PAT, db);&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This "means" that your programmer needs to learn how to document code shared or used by others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;amp;schema refers to a macro variable which would resolve to some text. Where the value is set depends on previous code or environment perhaps. Your shown use implies that at least one use of the macro variable is to pass the first parameter to another macro code block (the %conxn() bit). The documentation for the macro should tell someone what is expected for that first positional parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-quot-amp-schema-quot-mean/m-p/457771#M116108</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-26T14:41:43Z</dc:date>
    </item>
  </channel>
</rss>

