I have a UNIX SAS and SQL Server on Windows XP. I am trying to make a connection between UNIX SAS and SQL Server in Windows Authentication Mode. I made an ODBC Connection but when I try to connect using the following command:
libname odbclib odbc noprompt="dsn=SQLDataODBC;Trusted_Connection=yes" schema=DBO;
I got the following error:
"ERROR: The ODBC engine cannot be found."
How can I resolve this?