Hi Folks,
I use some Oracle tables that I access from a libname (Access to Oracle). Some of my Oracle's tables has special characters inside (not in column or table name but in the data values). Por example, I have a column call City and inside has values like "São Paulo". When I access the table from Oracle client, I saw the value "São Paulo" correctly. But when access from SAS EG, the value appear something like "S?o Paulo".
There is any option I can use on libname statement to see the correct characters in SAS EG?
I undestand that the option PRESERVE_COLUMN_NAME is only when the problem is on columns name, not on the values. And the option PRESERVE_TAB_NAMES is only for problems with the name of the table.
Regards,
do you have your oracle schema = statement?
I thinl your problem is this: Problem Note 51411: Oracle special characters might be displayed as question marks (?) in SAS®.
And the solution (other than changing the codepage for your SAS session) is here: Usage Note 18688: Data in a local language other than English might not be displayed correctly when ...
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.