Hi,
when i am trying to connect the Netezza database, i am getting the below error.
ERRO:The Netezza Engine Cannot be found.
can any one help on resolving this.
thanks in advacnce
How to you try to establish the connection?
Please run the code below and examine your log. If the proc setinit results do not show SAS/Access to Netezza (or something similar) then your installation does not have a license. If it appears in the setinit and not in the Proc Product_status results then it was not installed for you.
Or if you have a server installation of some type perhaps your SAS admin has not given you permissions to use the SAS/Access for Netezza
Proc setinit; run; Proc product_status; run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.