When I'm trying the below LIBNAME statement, it's throwing the CLI error as the connection cannot be established. LIBNAME MYAZURE ODBC PROMPT=YES DATAsrc="ABC.XYZ.database.windows.net" SCHEMA ="MNOP" USER="abcd" PWD="XXXX"; And, when I'm trying the following LIBNAME statement, it's saying that "Invalid option name SERVER" LIBNAME MYAZURE ODBC PROMPT=YES SERVER="ABC.XYZ.database.windows.net" DATABASE= "MNOP" USER="abcd" PWD="XXXX"; Also, I haven't tried the connection from a Non SAS client.
... View more