Hello,
I'm installing SAS 9.3 TS1M0 Server on my test server. I'm basing my installation on a different servers sas setup. I'm at the point in the install where it asks about Reginal Settings and there is a check box that says "Configure as a Unicode server". How can I check the other SAS installation on the other server to see if it is setup as a Unicode server?
One way to check is to create a table in the work and run proc contents.
You can also run proc options group=LANGUAGECONTROL to see the default encoding value.
If you see an ISO format like
ENCODING=WLATIN1
| Encoding | wlatin1 Western |
|---|
then you know ASCII is being used.
Unicode encoding would return UTF-8.
See the values here:
One way to check is to create a table in the work and run proc contents.
You can also run proc options group=LANGUAGECONTROL to see the default encoding value.
If you see an ISO format like
ENCODING=WLATIN1
| Encoding | wlatin1 Western |
|---|
then you know ASCII is being used.
Unicode encoding would return UTF-8.
See the values here:
Hi Chris,
thank you that helped a lot. It was encoded as WLATIN1 so it doesn't need to be unicode.
Thanks
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.