<?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: ODS and SAS Enterprise Guide in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438760#M20439</link>
    <description>&lt;P&gt;Yes, it's the ODS connection.&amp;nbsp; Sorry, I'm not at all technical.&amp;nbsp; I access this by right click&amp;gt;open&amp;gt;ODBC. The data tables are not in a SAS library.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 19:31:31 GMT</pubDate>
    <dc:creator>ander113</dc:creator>
    <dc:date>2018-02-20T19:31:31Z</dc:date>
    <item>
      <title>ODS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438740#M20436</link>
      <description>&lt;P&gt;I'm having an issue when connecting to ODSP using SAS Enterprise Guide.&amp;nbsp; I'm pulling data through ODS (not a SAS server) and some of the tables will load and others, I suspect larger ones, will not loaded at all.&amp;nbsp; I click on the tables (Banner tables) and it appears to be working, but spins and goes into not responding mode for over an hour and then returns an error that says the table does not exist and that I need to refresh.&amp;nbsp; The odd thing is, it shows the table in the project tree, but nothing else.&amp;nbsp; I spoke to someone at Ellucian and he said the problem may relate to SAS needing to create a temporary table and that this can be bypassed with a parameter. I'm in institutional research, so I'm not&amp;nbsp;very technical.&amp;nbsp; Can anyone help?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 18:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438740#M20436</guid>
      <dc:creator>ander113</dc:creator>
      <dc:date>2018-02-20T18:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438744#M20438</link>
      <description>&lt;P&gt;I think there may be some terminology confusion here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS stands for Output Delivery System, are you perhaps referring to ODBC instead, which is used to connect to data base servers?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/194553"&gt;@ander113&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I'm having an issue when connecting to ODSP using SAS Enterprise Guide.&amp;nbsp; I'm pulling data through ODS (not a SAS server) and some of the tables will load and others, I suspect larger ones, will not loaded at all.&amp;nbsp; I click on the tables (Banner tables) and it appears to be working, but spins and goes into not responding mode for over an hour and then returns an error that says the table does not exist and that I need to refresh.&amp;nbsp; The odd thing is, it shows the table in the project tree, but nothing else.&amp;nbsp; I spoke to someone at Ellucian and he said the problem may relate to SAS needing to create a temporary table and that this can be bypassed with a parameter. I'm in institutional research, so I'm not&amp;nbsp;very technical.&amp;nbsp; Can anyone help?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 18:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438744#M20438</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-20T18:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438760#M20439</link>
      <description>&lt;P&gt;Yes, it's the ODS connection.&amp;nbsp; Sorry, I'm not at all technical.&amp;nbsp; I access this by right click&amp;gt;open&amp;gt;ODBC. The data tables are not in a SAS library.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438760#M20439</guid>
      <dc:creator>ander113</dc:creator>
      <dc:date>2018-02-20T19:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: ODS and SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438916#M20442</link>
      <description>&lt;P&gt;When you access data from EG via the File-&amp;gt;Open-&amp;gt;ODBC menu, you're pulling data to SAS via your desktop client.&amp;nbsp; For small tables that can work okay, but for large tables it's slow (and in some cases, not possible because of the size).&amp;nbsp; The more efficient method is to access your data source in terms of the SAS server: using a SAS library that accesses the ODBC data source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand you're not familiar with all of these terms/mechanisms.&amp;nbsp; You might need to work with a colleague that has a little more experience with "SAS plumbing" to get this working properly.&amp;nbsp; Here's &lt;A href="http://support.sas.com/kb/26/178.html" target="_self"&gt;a SAS note that provides a basic explanation of what's going on&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 12:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SAS-Enterprise-Guide/m-p/438916#M20442</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-21T12:30:24Z</dc:date>
    </item>
  </channel>
</rss>

