I am loading SAS tables into Netezza and I am using a libname with the ODBC connection to connect to netezza like this:
libname myConnection odbc noprompt="server=xxxx; DRIVER={NetezzaSQL}; port=xxxx;database=xxxx; username=xxxx;password=xxxx;";
I do it with SAS/Access Interface to ODBC because I do not have SAS/Access Interface to Netezza.
Are there any disadvantages of using ODBC engine over the Netezza engine?