<?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: SQL connection from SAS in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609334#M17871</link>
    <description>I think you can try this doc - &lt;A href="https://www.easysoft.com/support/kb/kb01029.html" target="_blank"&gt;https://www.easysoft.com/support/kb/kb01029.html&lt;/A&gt;</description>
    <pubDate>Wed, 04 Dec 2019 11:29:48 GMT</pubDate>
    <dc:creator>AnandVyas</dc:creator>
    <dc:date>2019-12-04T11:29:48Z</dc:date>
    <item>
      <title>SQL connection from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609061#M17804</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get the Microsoft SQL connected to SAS, I've followed the attached document till the page number 13 , from page 4 (libname statement ) , using below code , However couldn't able to get the desired result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code1:&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;connect to odbc as mycon ( Datasrc='*****' USER="******" PASSWORD="*****");&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: [unixODBC][Driver Manager]Data source name not found and no default driver&lt;BR /&gt;specified&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i change "odbc " to "SQLSVR" then getting below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code2:&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;connect to SQLSVR as mycon ( Datasrc='*****' USER="******" PASSWORD="*****");&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: The SQLSVR engine cannot be found.&lt;BR /&gt;ERROR: A Connection to the SQLSVR DBMS is not currently supported, or is not installed at your site.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly suggest on this...&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609061#M17804</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-12-03T14:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609238#M17850</link>
      <description>Is your SAS Session executing on the same machine where the DSN setup is configured? Usually the engine connot be found error when the session isn't able to find the DSN..</description>
      <pubDate>Wed, 04 Dec 2019 02:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609238#M17850</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-12-04T02:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609240#M17851</link>
      <description>&lt;P&gt;The CLI error suggests your SAS Application server is running on Unix. If that is the case, then the attached document will not be helpful as that is for SAS running on Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On Unix you need to configure a file called odbc.ini. This post may be useful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/Example-of-DSN-less-SQL-Server-connection-from-Linux/td-p/349245" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Management/Example-of-DSN-less-SQL-Server-connection-from-Linux/td-p/349245&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your SQLSVR error suggests that the SAS product SAS/ACCESS to SQL Server is not installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 02:52:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609240#M17851</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-12-04T02:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609327#M17869</link>
      <description>&lt;P&gt;MY SAS is running on the Linux, MY DSN is configured on the Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609327#M17869</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-12-04T10:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection from SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609334#M17871</link>
      <description>I think you can try this doc - &lt;A href="https://www.easysoft.com/support/kb/kb01029.html" target="_blank"&gt;https://www.easysoft.com/support/kb/kb01029.html&lt;/A&gt;</description>
      <pubDate>Wed, 04 Dec 2019 11:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SQL-connection-from-SAS/m-p/609334#M17871</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-12-04T11:29:48Z</dc:date>
    </item>
  </channel>
</rss>

