Hi every one.
I'm trying to access a SQL database via SAS.
My SAS is installed in Linux server and SQL Database in Windows. I try to map the library with this code:
libname teste pcfiles server=&IP. port=&porta. DSN=SQL UID=&USER PWD=&PASS schema=DBST800 database=dbo.dados_gestao_risco;
and doesn't work. I will put here a print of SQL structure. I'm missing something?

