<?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 to Netezza - Creating Datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Access-to-Netezza-Creating-Datasets/m-p/145579#M297243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep getting the following error message in SAS 9.3 log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Error attempting to CREATE a DBMS table. ERROR: CLI execute error: ERROR: Cross&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database Access not supported for this type of command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried differing ways proc sql, data step and proc summary to see if it made a difference... to no avail... don't know if it is a SAS or Netezza issue that is preventing data being written between databases on Netezza using SAS 9.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 06:59:03 GMT</pubDate>
    <dc:creator>gra_in_aus</dc:creator>
    <dc:date>2014-06-18T06:59:03Z</dc:date>
    <item>
      <title>SAS Access to Netezza - Creating Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Access-to-Netezza-Creating-Datasets/m-p/145578#M297242</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;Trying to create datasets/tables on DEV database using data from PROD database all in the Netezza Platform.&amp;nbsp; I have found it takes a long time (hours) for a small data set.&amp;nbsp; If I downloaded the data from PROD into to SAS and bulkloaded it back to the DEV database runs very fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confused why there would be a difference? I would have thought that processing the data from DEV to PROD&amp;nbsp; in Netezza would be quicker than downloading and uploading the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ndev.tmp /*Netezza DEV DB*/;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set nprod.small_table; /*Netezza PROD DB*/&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 06:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Access-to-Netezza-Creating-Datasets/m-p/145578#M297242</guid>
      <dc:creator>gra_in_aus</dc:creator>
      <dc:date>2014-06-18T06:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Netezza - Creating Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Access-to-Netezza-Creating-Datasets/m-p/145579#M297243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep getting the following error message in SAS 9.3 log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Error attempting to CREATE a DBMS table. ERROR: CLI execute error: ERROR: Cross&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database Access not supported for this type of command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried differing ways proc sql, data step and proc summary to see if it made a difference... to no avail... don't know if it is a SAS or Netezza issue that is preventing data being written between databases on Netezza using SAS 9.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 06:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Access-to-Netezza-Creating-Datasets/m-p/145579#M297243</guid>
      <dc:creator>gra_in_aus</dc:creator>
      <dc:date>2014-06-18T06:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Netezza - Creating Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Access-to-Netezza-Creating-Datasets/m-p/145580#M297244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using standard sas sql to netezza you can be trapped by a lot of caveats.&lt;/P&gt;&lt;P&gt;Using sas/access netezza can require a lot of knowledge of the impact what is happening.&lt;/P&gt;&lt;P&gt;Updating a database is different to reading. Bulkloading is the fastest because a lot of checks are bypassed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The automatic copying prod to develop has to copy records into sas and back. Sometimes cursor operations and locking can cause a lot of delay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 11:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Access-to-Netezza-Creating-Datasets/m-p/145580#M297244</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-18T11:01:13Z</dc:date>
    </item>
  </channel>
</rss>

