<?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 SAS connection through ODBC in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-connection-through-ODBC/m-p/534072#M33002</link>
    <description>&lt;P&gt;Currently, I am using SAS E guide locally and trying to set up the connection between SAS and a database. The one I wanted to use is called XXX, i can find it through ODBC data source administrator-&amp;gt;system DSN-&amp;gt;System Data Sources: Name XXX, Driver SQL server. Could you please let me know if I have what I need to set up the connection? So that I can access tables on this XXX database in SAS. If so, how do I do it? Sorry if this question seems dumb to you. I really cannot find anyone to help me with this issue.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2019 21:34:53 GMT</pubDate>
    <dc:creator>yue001</dc:creator>
    <dc:date>2019-02-08T21:34:53Z</dc:date>
    <item>
      <title>SAS connection through ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-connection-through-ODBC/m-p/534072#M33002</link>
      <description>&lt;P&gt;Currently, I am using SAS E guide locally and trying to set up the connection between SAS and a database. The one I wanted to use is called XXX, i can find it through ODBC data source administrator-&amp;gt;system DSN-&amp;gt;System Data Sources: Name XXX, Driver SQL server. Could you please let me know if I have what I need to set up the connection? So that I can access tables on this XXX database in SAS. If so, how do I do it? Sorry if this question seems dumb to you. I really cannot find anyone to help me with this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 21:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-connection-through-ODBC/m-p/534072#M33002</guid>
      <dc:creator>yue001</dc:creator>
      <dc:date>2019-02-08T21:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS connection through ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-connection-through-ODBC/m-p/534078#M33004</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to SAS Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You require SAS/Access interface to ODBC. Run the below code to check if you have it or not.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you don't have it, then you can't connect using ODBC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is listed then you can assign a LIBANME to access the data in it. (DSN is the data source name that you assign in ODBC connection setup)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mydb odbc dsn=XXXX user= password= schema=;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Feb 2019 22:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-connection-through-ODBC/m-p/534078#M33004</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-02-08T22:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS connection through ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-connection-through-ODBC/m-p/534424#M33021</link>
      <description>&lt;P&gt;Theoretically, you can connect directly from your EG client, and trhen SAS/ACCESS is not needed.&lt;/P&gt;
&lt;P&gt;But, should inly be considered for test/small data sets, since this connection cannot be optimized the same way as athe fully fledget ACCESS engine from the SAS session..&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 11:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-connection-through-ODBC/m-p/534424#M33021</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-02-11T11:37:28Z</dc:date>
    </item>
  </channel>
</rss>

