I was actually trying to avoid opening a SAS Tech support ticket. I came across this track and figured you could help. I will open ticket to figure out what config file I need to make the change. Thank you.
... View more
Here is the code I try to execute (password replaced) LIBNAME PROD ODBC USER = 'mperva' PASSWORD = 'XXXXXXX' DATAsrc='Production' SCHEMA = 'OLYDBF'; DATA TEST; SET PROD.IDCS; RUN;
... View more