<?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: Netezza engine cannot be found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885429#M349876</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437352"&gt;@hopeless&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see from the output you got, SAS/ACCESS to Netezza is not licensed! hence your Libname Error message.&lt;/P&gt;
&lt;P&gt;You may try the SAS/ACCESS Interface to ODBC to connect to Netezza, but that may not yield the best of results/performance. It's something rather than nothing, I guess&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2023 11:39:35 GMT</pubDate>
    <dc:creator>AhmedAl_Attar</dc:creator>
    <dc:date>2023-07-19T11:39:35Z</dc:date>
    <item>
      <title>Netezza engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885422#M349873</link>
      <description>&lt;P&gt;I just got new computer and I installed SAS eg 8.3 with fresh license. I'm trying to run old code, but apparently I cannot connect to netezza. I can't find any solution to this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The NETEZZA engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 10:23:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885422#M349873</guid>
      <dc:creator>hopeless</dc:creator>
      <dc:date>2023-07-19T10:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885424#M349874</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437352"&gt;@hopeless&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the following to tell you which SAS products/modules you have license for and which of them have been installed on your machine&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Display Licensed products information */
Proc setinit; run;

/* Display which licensed product have been installed */
proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 11:17:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885424#M349874</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-07-19T11:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885427#M349875</link>
      <description>Product expiration dates:&lt;BR /&gt;---Base SAS Software 31MAY2024&lt;BR /&gt;---SAS/GRAPH 31MAY2024&lt;BR /&gt;---SAS/FSP 31MAY2024&lt;BR /&gt;---SAS/AF 31MAY2024&lt;BR /&gt;---SAS/CONNECT 31MAY2024&lt;BR /&gt;---SAS/Secure 168-bit 31MAY2024&lt;BR /&gt;---SAS/Secure Windows 31MAY2024&lt;BR /&gt;---SAS Enterprise Guide 31MAY2024&lt;BR /&gt;---SAS/ACCESS Interface to PC Files 31MAY2024&lt;BR /&gt;---SAS/ACCESS Interface to ODBC 31MAY2024&lt;BR /&gt;---SAS Workspace Server for Local Access 31MAY2024&lt;BR /&gt;---SAS/ACCESS to Postgres 31MAY2024&lt;BR /&gt;&lt;BR /&gt;30&lt;BR /&gt;2 The SAS System 13:36 Wednesday, July 19, 2023&lt;BR /&gt;&lt;BR /&gt;31 /* Display which licensed product have been installed */&lt;BR /&gt;32 proc product_status; run;&lt;BR /&gt;&lt;BR /&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;Image version information: 9.04.01M2P072314&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/FSP ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/AF ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/CONNECT ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M2</description>
      <pubDate>Wed, 19 Jul 2023 11:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885427#M349875</guid>
      <dc:creator>hopeless</dc:creator>
      <dc:date>2023-07-19T11:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885429#M349876</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437352"&gt;@hopeless&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see from the output you got, SAS/ACCESS to Netezza is not licensed! hence your Libname Error message.&lt;/P&gt;
&lt;P&gt;You may try the SAS/ACCESS Interface to ODBC to connect to Netezza, but that may not yield the best of results/performance. It's something rather than nothing, I guess&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 11:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885429#M349876</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-07-19T11:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885463#M349889</link>
      <description>&lt;P&gt;If you previously had access to Netezza then it appears the installation used for you new computer is not the same as previously used. You might check with who did the install. Also the version of SAS you show, 9.4_M2 is more than a couple of years old. The latest version is 9.4_M8.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 14:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Netezza-engine-cannot-be-found/m-p/885463#M349889</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-07-19T14:19:58Z</dc:date>
    </item>
  </channel>
</rss>

