<?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: SAS Microsoft SQL connection issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Microsoft-SQL-connection-issue/m-p/487125#M126879</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183415"&gt;@BNT1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that that you are trying to connect to Microsoft SQL Server via PROC SQL. This requires that one of the following SAS/ACCESS products be installed and configured:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS/ACCESS Interface to Microsoft SQL Server&lt;/LI&gt;
&lt;LI&gt;SAS/ACCESS Interface to ODBC&lt;/LI&gt;
&lt;LI&gt;SAS/ACCESS Interface to OLE DB&lt;/LI&gt;
&lt;LI&gt;SAS/ACCESS Interface to PC Files (&lt;A href="https://go.documentation.sas.com/?docsetId=acpcref&amp;amp;docsetTarget=n1qk7lv0f535qkn1mydookwetyrp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;hard to believe but true&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best choices for SQL Server would be either the ODBC or MS SQL Server SAS/ACCESS products.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears that you have SAS/ACCESS Interface to DB2 licensed. This product enables your SAS environment to connect to IBM DB2 servers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS039-2014.pdf" target="_self"&gt;An Insider's Guide to SAS/ACCESS Interface to ODBC&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings17/SAS0409-2017.pdf" target="_self"&gt;An Insider's Guide to Fine-Tuning Your CREATE TABLE Statements Using SAS Option&lt;/A&gt; - Not as useful as the previous paper&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=acreldb&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en" target="_self"&gt;SAS 9.4 and SAS Viya 3.4 Programming Documentation / SAS /ACCESS for Relational Databases&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps (somebody),&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51161"&gt;@JBailey&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 18:44:24 GMT</pubDate>
    <dc:creator>JBailey</dc:creator>
    <dc:date>2018-08-15T18:44:24Z</dc:date>
    <item>
      <title>SAS Microsoft SQL connection issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Microsoft-SQL-connection-issue/m-p/422690#M103934</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to access a Microsoft SQL database thorugh SAS, but do receive the following error after running the commands.&lt;/P&gt;&lt;P&gt;A connection to the database through Windows ODBC driver is no problem at all. A connection via Excel is also working.&lt;/P&gt;&lt;P&gt;So the user and database is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just through SAS I get the following messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try it with a 'proc sql' statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The ODBC engine cannot be found etc"&lt;/P&gt;&lt;P&gt;"A connection to the ODBC DBMS is currently not supported, or it is not installed at your site"&lt;/P&gt;&lt;P&gt;"ERROR: Java repository file(s) are missing or inaccessible."&lt;/P&gt;&lt;P&gt;"ERROR: Unable to initialize the ODS classpath during SAS startup."&lt;/P&gt;&lt;P&gt;"ERROR: Exception text: For one or more plug-in requests, no matching Plug-ins were found in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repository"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to connect via 'libname' statement is also not possible.&lt;/P&gt;&lt;P&gt;Similar error codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched a lot for it, but haven't found a solution yet.&lt;/P&gt;&lt;P&gt;I think it might be a problem with the license or installation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is the module "SAS/ACCESS Interface to Microsoft SQL database" or "to ODBC" mandatory to perform these operations?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OS: Microsoft Windows 7 x64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Output PROC SETINIT:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Current version: 9.04.01M5P091317&lt;/P&gt;&lt;P&gt;Product expiration dates:&lt;/P&gt;&lt;P&gt;---Base SAS Software&lt;/P&gt;&lt;P&gt;---SAS/STAT&amp;nbsp;&lt;/P&gt;&lt;P&gt;---SAS/GRAPH&amp;nbsp;&lt;/P&gt;&lt;P&gt;---SAS/Secure 168-bit&lt;/P&gt;&lt;P&gt;---SAS/Secure Windows&lt;/P&gt;&lt;P&gt;---SAS Enterprise Guide&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---SAS/ACCESS Interface to DB2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---SAS Workspace Server for Local Access&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;---High Performance Suite&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Output PROC PRODUCT_STATUS&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;For Base SAS Software ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 9.4_M5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image version information: 9.04.01M5P090617&lt;/P&gt;&lt;P&gt;For SAS/STAT ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 14.3&lt;/P&gt;&lt;P&gt;For SAS/GRAPH ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 9.4_M5&lt;/P&gt;&lt;P&gt;For High Performance Suite ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 2.2_M6&lt;/P&gt;&lt;P&gt;For SAS/ACCESS Interface to DB2 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 9.4_M2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best Regards&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Microsoft-SQL-connection-issue/m-p/422690#M103934</guid>
      <dc:creator>BNT1</dc:creator>
      <dc:date>2017-12-20T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Microsoft SQL connection issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Microsoft-SQL-connection-issue/m-p/422691#M103935</link>
      <description>&lt;P&gt;yes it is. Below is&amp;nbsp;short and sweet&amp;nbsp;article which explains role of SAS/Access and help you think through the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/en_us/doc/factsheet/sas-access-103392.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/en_us/doc/factsheet/sas-access-103392.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Microsoft-SQL-connection-issue/m-p/422691#M103935</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2017-12-20T14:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Microsoft SQL connection issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Microsoft-SQL-connection-issue/m-p/487125#M126879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183415"&gt;@BNT1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that that you are trying to connect to Microsoft SQL Server via PROC SQL. This requires that one of the following SAS/ACCESS products be installed and configured:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS/ACCESS Interface to Microsoft SQL Server&lt;/LI&gt;
&lt;LI&gt;SAS/ACCESS Interface to ODBC&lt;/LI&gt;
&lt;LI&gt;SAS/ACCESS Interface to OLE DB&lt;/LI&gt;
&lt;LI&gt;SAS/ACCESS Interface to PC Files (&lt;A href="https://go.documentation.sas.com/?docsetId=acpcref&amp;amp;docsetTarget=n1qk7lv0f535qkn1mydookwetyrp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;hard to believe but true&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best choices for SQL Server would be either the ODBC or MS SQL Server SAS/ACCESS products.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears that you have SAS/ACCESS Interface to DB2 licensed. This product enables your SAS environment to connect to IBM DB2 servers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS039-2014.pdf" target="_self"&gt;An Insider's Guide to SAS/ACCESS Interface to ODBC&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings17/SAS0409-2017.pdf" target="_self"&gt;An Insider's Guide to Fine-Tuning Your CREATE TABLE Statements Using SAS Option&lt;/A&gt; - Not as useful as the previous paper&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=acreldb&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en" target="_self"&gt;SAS 9.4 and SAS Viya 3.4 Programming Documentation / SAS /ACCESS for Relational Databases&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps (somebody),&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51161"&gt;@JBailey&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Microsoft-SQL-connection-issue/m-p/487125#M126879</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2018-08-15T18:44:24Z</dc:date>
    </item>
  </channel>
</rss>

