<?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: Viewing a DataSet in a Netezza Library in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/299936#M20412</link>
    <description>&lt;P&gt;It turns out that my problem did not require the hotfix referenced.&amp;nbsp; All I had to do was change the following option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Data &amp;gt; Performance &amp;gt; Maximum number of rows to display in the data grid with SAS/ACCESS data:&amp;nbsp; &amp;gt; no limit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I originally had it limited to 100,000 rows so the SQL generated added a limit of 100,000 but the Netezza Access code also added a limit 100,000 so the code would bomb.&amp;nbsp; Now it works and the dataset opens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 19:05:14 GMT</pubDate>
    <dc:creator>ToddS</dc:creator>
    <dc:date>2016-09-21T19:05:14Z</dc:date>
    <item>
      <title>Viewing a DataSet in a Netezza Library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/298352#M20329</link>
      <description>&lt;P&gt;I am able to connect to a Netezza database using a libname statement.&amp;nbsp; In the servers window I can see the tables in that library.&amp;nbsp; I used to be able to double click on a table and it opened up in SAS.&amp;nbsp; I am using EG 7.12.&amp;nbsp; Now when ever I double click on a table I get the following error:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide cannot open the data file: "NETSND.ADULT". [Error] CLI open cursor error: ERROR: 'SELECT * FROM AA_INZA_SND..ADULT LIMIT 10000 limit 10000'&amp;nbsp;&amp;nbsp; error found "LIMIT" (at char 46) expecting a keyword.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it sounds like the underlying code in repeating the limit statement twice.&amp;nbsp; How do we fix that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The work around is to use Query Builder directly to create SQL code to view the data.&amp;nbsp; But I rather go back to just double clicking!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help you give me would be great.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 15:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/298352#M20329</guid>
      <dc:creator>ToddS</dc:creator>
      <dc:date>2016-09-14T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing a DataSet in a Netezza Library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/298469#M20338</link>
      <description>&lt;P&gt;Looks like you might have struck this problem. There is a hot fix available for SAS 9.4M3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/58/291.html" target="_blank"&gt;http://support.sas.com/kb/58/291.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/298469#M20338</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-14T23:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing a DataSet in a Netezza Library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/299936#M20412</link>
      <description>&lt;P&gt;It turns out that my problem did not require the hotfix referenced.&amp;nbsp; All I had to do was change the following option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Data &amp;gt; Performance &amp;gt; Maximum number of rows to display in the data grid with SAS/ACCESS data:&amp;nbsp; &amp;gt; no limit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I originally had it limited to 100,000 rows so the SQL generated added a limit of 100,000 but the Netezza Access code also added a limit 100,000 so the code would bomb.&amp;nbsp; Now it works and the dataset opens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 19:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/299936#M20412</guid>
      <dc:creator>ToddS</dc:creator>
      <dc:date>2016-09-21T19:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing a DataSet in a Netezza Library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/299940#M20413</link>
      <description>&lt;P&gt;I did think about that as a workaround too, but if you want to switch back to limiting again you will need the hot fix.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 19:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Viewing-a-DataSet-in-a-Netezza-Library/m-p/299940#M20413</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-21T19:27:58Z</dc:date>
    </item>
  </channel>
</rss>

