<?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 ODBC in SAS Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119287#M9989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to open a dataset in SAS Enterprise Guide from ODBC using the following code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROC SQL;&lt;/P&gt;&lt;P&gt;CONNECT TO ODBC(DSN='database_name');&lt;/P&gt;&lt;P&gt;CREATE TABLE newtablename AS&lt;/P&gt;&lt;P&gt;SELECT * FROM CONNECTION TO ODBC(SELECT * FROM connectingtablename);&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error message that the ODBC connection cannot be found. This is weird because I can manually import databases from ODBC using File&amp;gt;Open&amp;gt;ODBC and selecting the table I need. However, I then don't know how to call the dataset (which is in my Process Flow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either a solution to the coding problem or a way to call my dataset from the Process Flow (or both!) would be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 14:21:17 GMT</pubDate>
    <dc:creator>Walternate</dc:creator>
    <dc:date>2013-08-22T14:21:17Z</dc:date>
    <item>
      <title>ODBC in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119287#M9989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to open a dataset in SAS Enterprise Guide from ODBC using the following code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROC SQL;&lt;/P&gt;&lt;P&gt;CONNECT TO ODBC(DSN='database_name');&lt;/P&gt;&lt;P&gt;CREATE TABLE newtablename AS&lt;/P&gt;&lt;P&gt;SELECT * FROM CONNECTION TO ODBC(SELECT * FROM connectingtablename);&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error message that the ODBC connection cannot be found. This is weird because I can manually import databases from ODBC using File&amp;gt;Open&amp;gt;ODBC and selecting the table I need. However, I then don't know how to call the dataset (which is in my Process Flow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either a solution to the coding problem or a way to call my dataset from the Process Flow (or both!) would be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119287#M9989</guid>
      <dc:creator>Walternate</dc:creator>
      <dc:date>2013-08-22T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119288#M9990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select File-&amp;gt;Open-&amp;gt;ODBC Data, EG connects to the data using your local ODBC drivers and data connections.&amp;nbsp; The table is viewable in the data grid.&amp;nbsp; When you run a task (such as query builder), EG makes a &lt;STRONG&gt;copy&lt;/STRONG&gt; of the entire table in your WORK library so that SAS code can work with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you submit a PROC SQL program with a CONNECT to ODBC, it's your SAS session that must have access to the appropriate driver and defined DSNs.&amp;nbsp; So if your SAS session is on another machine, you need to make sure the driver and definitions are present there.&amp;nbsp; And you also need SAS/ACCESS to ODBC installed with that SAS workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This second method is more efficient than the first, because File-&amp;gt;Open-&amp;gt;ODBC will route your table through the EG client.&amp;nbsp; It's convenient for small tables and one-off operations, but it does not scale well to large data tables or batch-style jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/26/178.html" title="http://support.sas.com/kb/26/178.html"&gt;26178 - Efficient Data Access using SAS Enterprise Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:27:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119288#M9990</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-08-22T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119289#M9991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, nothing useful to add, but I LOVE the handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another Fringe fan, I assume? Any suggestions for a similar show I might like (I'm still in mourning).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 16:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119289#M9991</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-08-22T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119290#M9992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still mourning the loss of my beloved show as well...and I've yet to find an ongoing show that I feel lives up to the same quality (although I hear good things about Orphan Black). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of older shows, 4400 is a must and Battlestar Galactica has similarly cool plot twists even though it's much more depressing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 16:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119290#M9992</guid>
      <dc:creator>Walternate</dc:creator>
      <dc:date>2013-08-22T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119291#M9993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;STRONG&gt;recent&lt;/STRONG&gt; version of Battlestar Galactica, not the original. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 17:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119291#M9993</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-08-22T17:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119292#M9994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed about Battlestar Galactica!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check out 4400; I think I just saw a few minutes of Orphan Black while channel surfing, and I wasn't impressed, but that's not really a very fair way to judge it. I'll give it a fuller viewing soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tips! (And by the way, don't disparage the original Battlestar...it may not have been very good, but it had TWO famous Canadian actors in it...Lorne Green, and John Colicos!!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There. I've waved the Maple Leaf for today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 21:47:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-in-SAS-Enterprise-Guide/m-p/119292#M9994</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-08-22T21:47:25Z</dc:date>
    </item>
  </channel>
</rss>

