<?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 Meaning of the code in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code/m-p/751670#M39024</link>
    <description>&lt;P&gt;What is the meaning of the following code? What does it mean? what does it do?&amp;nbsp; How we create DSN and from where we get user and password? Please explain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname Comp_Sour odbc dsn=COMP user="SAAS_USER" password="abc" schema=dbo;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data temp_comp;&lt;BR /&gt;set Comp_Sour .Main_File;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jul 2021 09:56:00 GMT</pubDate>
    <dc:creator>sas_it</dc:creator>
    <dc:date>2021-07-02T09:56:00Z</dc:date>
    <item>
      <title>Meaning of the code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code/m-p/751670#M39024</link>
      <description>&lt;P&gt;What is the meaning of the following code? What does it mean? what does it do?&amp;nbsp; How we create DSN and from where we get user and password? Please explain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname Comp_Sour odbc dsn=COMP user="SAAS_USER" password="abc" schema=dbo;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data temp_comp;&lt;BR /&gt;set Comp_Sour .Main_File;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 09:56:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code/m-p/751670#M39024</guid>
      <dc:creator>sas_it</dc:creator>
      <dc:date>2021-07-02T09:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of the code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code/m-p/751693#M39028</link>
      <description>&lt;P&gt;You may want to search for setting up odbc connections, i am confident, that the necessary steps are well documented.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 10:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code/m-p/751693#M39028</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-07-02T10:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of the code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code/m-p/751694#M39029</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/361272"&gt;@sas_it&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What is the meaning of the following code? What does it mean? what does it do?&amp;nbsp; How we create DSN and from where we get user and password? Please explain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname Comp_Sour odbc dsn=COMP user="SAAS_USER" password="abc" schema=dbo;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data temp_comp;&lt;BR /&gt;set Comp_Sour .Main_File;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It links to a database identified as COMP, provides a username and password, and then creates a temporary SAS data set that contains the entire contents of the database table Main_File&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 11:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Meaning-of-the-code/m-p/751694#M39029</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-02T11:00:54Z</dc:date>
    </item>
  </channel>
</rss>

