I have an ODBC connection to a replicated database. I am able to see all the tables and most of the data in the tables, however, some of the data is encrypted. How would I enter the sql statement so that I can see all of the encrypted data in SAS? In mysql I can just run the sql statement and then see the encrypted data in the tables. Is there a way to use that sql statement in SAS so that I can see that encrypted data?
... View more