<?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/ACCESS Interface to ODBC in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510518#M137392</link>
    <description>&lt;P&gt;Suggestions? I've never had this module before.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Nov 2018 18:07:53 GMT</pubDate>
    <dc:creator>GreggB</dc:creator>
    <dc:date>2018-11-05T18:07:53Z</dc:date>
    <item>
      <title>SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510493#M137384</link>
      <description>&lt;P&gt;I just downloaded and installed SAS/ACCESS Interface to ODBC. I'm running SAS 9.4 on Windows 64 bit machine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My task is to connect to a&amp;nbsp; live oracle database (known as Powerschool).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The IT dept gave me this info (changed to nonsense in this post):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;datasrc=fakesource&amp;nbsp;user=fakeuser&amp;nbsp;password=fakepw;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;SAS LOG&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname mydblib odbc datasrc=&lt;SPAN&gt;fakesource&lt;/SPAN&gt; user=&lt;SPAN&gt;fakeuser&lt;/SPAN&gt; password=XXXXXXXXXX;&lt;/P&gt;
&lt;P&gt;ERROR: The ODBC engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 16:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510493#M137384</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2018-11-05T16:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510496#M137386</link>
      <description>Run the following to check if it's installed correctly.&lt;BR /&gt;&lt;BR /&gt;proc product_status;run;&lt;BR /&gt;&lt;BR /&gt;If you don't see ODBC in the list its not installed correctly.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2018 17:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510496#M137386</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-05T17:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510504#M137389</link>
      <description>&lt;P&gt;10 proc product_status;run;&lt;/P&gt;
&lt;P&gt;For Base SAS Software ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt; Image version information: 9.04.01M5P090617&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt; Custom version information: 14.3&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt; Custom version information: 2.2_M6&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt; real time 0.17 seconds&lt;BR /&gt; cpu time 0.03 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 17:39:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510504#M137389</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2018-11-05T17:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510507#M137390</link>
      <description>&lt;P&gt;did you create an ODBC reference on the workstation?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 17:48:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510507#M137390</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-11-05T17:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510512#M137391</link>
      <description>You should see the following:&lt;BR /&gt;&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;&lt;BR /&gt;So SAS doesn't currently see it as installed.</description>
      <pubDate>Mon, 05 Nov 2018 18:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510512#M137391</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-05T18:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510518#M137392</link>
      <description>&lt;P&gt;Suggestions? I've never had this module before.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 18:07:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510518#M137392</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2018-11-05T18:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510519#M137393</link>
      <description>This also assumes you restarted your machine after the updates and such to allow the new software and licensing to be pushed through. Otherwise, contact SAS Tech support.</description>
      <pubDate>Mon, 05 Nov 2018 18:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-ACCESS-Interface-to-ODBC/m-p/510519#M137393</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-05T18:09:12Z</dc:date>
    </item>
  </channel>
</rss>

