Data extracted from Teradata using SAS which contains Thailand traditional characters for customer name and displayed as ??.
But when the same data is pulled directly using TD SQL Assistant. I am getting Thailand characters, where I changed the font to UTF8.
How do I fix this issue of Thailand character display in SAS. I tried using encoding=utf8, but thats not working.
Please help me on this.
Thanks
I am not sure of my answer. Try it yourself. Apply the below option, see if it works.
option LOCALE=th_TH;
I tried with locale=th_TH option. But it is not working.
Thanks.
Try:
encoding=utf-8
That is because the encoding of Teradata is different with your SAS encoding. modify the file sasenv_local (is under the fold of SAS) , add the correct(Teradata) encoding in it . and restart SAS .
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.