BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jerry898969
Pyrite | Level 9

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?

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

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:

http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#n0882t2muy4l94n19cn...

http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#p0reo28sy0m4xpn1sa2...

 

 

View solution in original post

2 REPLIES 2
ChrisNZ
Tourmaline | Level 20

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:

http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#n0882t2muy4l94n19cn...

http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#p0reo28sy0m4xpn1sa2...

 

 

jerry898969
Pyrite | Level 9

Hi Chris,

 

thank you that helped a lot.  It was encoded as WLATIN1 so it doesn't need to be unicode.

 

Thanks

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 3823 views
  • 2 likes
  • 2 in conversation