<?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: OBDC Can Not Be Found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/884044#M349254</link>
    <description>&lt;P&gt;If you need to get data out of SQL Server and into SODA, you can always extract the data in the SQL client of your choice into a delimited file and then upload it to SODA.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Jul 2023 02:49:52 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2023-07-08T02:49:52Z</dc:date>
    <item>
      <title>OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883983#M349221</link>
      <description>&lt;P&gt;To all:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am an intermediate SAS developer who has not had any problems with SAS up until this point where I am now trying to use a database engine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Objective: Connect to a SQL Server database from within SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current approach: use SAS ODBC drivers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Important facts:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1. Using SAS onDemand for Academics;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2. Have run PROC&amp;nbsp; SETINIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3. SAS/Access to SQL Server not part of the list;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4. Downloaded SAS Deployment Manager;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;5. Deployed ODBC drivers for both 64 and 32 bit;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simple code for testing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname sqlsRvr odbc dsn='SS_ODBC',schema='DBO'&lt;BR /&gt;&lt;BR /&gt;Proc SQL;&lt;BR /&gt;SELECT * FROM Main_Disease_tbl;&lt;BR /&gt;QUIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Errors:&lt;/P&gt;&lt;DIV class=""&gt;ERROR: The ODBC engine cannot be found.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I don't get why this doesn't work.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Can someone assist me here with a possible explanation as to why this doesn't work?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thanking you in advance.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Herr Langer&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883983#M349221</guid>
      <dc:creator>HERR_LANGER80</dc:creator>
      <dc:date>2023-07-07T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883984#M349222</link>
      <description>I don't believe SAS OnDemand for Academics supports connecting to databases.</description>
      <pubDate>Fri, 07 Jul 2023 16:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883984#M349222</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-07-07T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883987#M349223</link>
      <description>&lt;P&gt;On Demand does not support any ACCESS module beyond ACCESS to PC Files, IIRC. And you would need to set up the DSN on the On Demand server, not on your PC. Which you can't do in this restricted environment.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:48:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883987#M349223</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-07T16:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883988#M349224</link>
      <description>&lt;P&gt;So If the Academic Version does not allow for Database connections then I guess that I will have to look into a full featured version of the product.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883988#M349224</guid>
      <dc:creator>HERR_LANGER80</dc:creator>
      <dc:date>2023-07-07T17:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883990#M349225</link>
      <description>Viya is available in Azure MarketPlace as Pay as you Go but no idea how that works personally &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:21:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/883990#M349225</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-07-07T17:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/884041#M349251</link>
      <description>&lt;P&gt;Thank you Kurt.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And thanks to all of you who responded.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 01:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/884041#M349251</guid>
      <dc:creator>HERR_LANGER80</dc:creator>
      <dc:date>2023-07-08T01:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/884044#M349254</link>
      <description>&lt;P&gt;If you need to get data out of SQL Server and into SODA, you can always extract the data in the SQL client of your choice into a delimited file and then upload it to SODA.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 02:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/884044#M349254</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-07-08T02:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: OBDC Can Not Be Found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/884046#M349256</link>
      <description>&lt;P&gt;You can always export your DB data to text files and upload these to On Demand. This is in fact how it's done at the company I worked for. No SAS/ACCESS license needed, no maintenance of the DB client on the SAS server, and no danger of unexpected loads on the production DB server.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 05:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/OBDC-Can-Not-Be-Found/m-p/884046#M349256</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-08T05:57:26Z</dc:date>
    </item>
  </channel>
</rss>

