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

Does anyone know how to set the LOCALE system option in SAS University Edition (if it has such an option) ? In my case for Portuguese_Brazil.

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
Ksharp
Super User

Try change URL

http://localhost:10080/SASStudio/35/main?locale=en_US&zone=GMT%252B08%253A00&http%3A%2F%2Flocalhost%3A10080%2FSASStudio%2F35%2F=

 

into 

 

http://localhost:10080/SASStudio/35/main?locale=pt_BR&zone=GMT%252B08%253A00&http%3A%2F%2Flocalhost%3A10080%2FSASStudio%2F35%2F=

View solution in original post

2 REPLIES 2
ballardw
Super User

I don't know if this works in the University Edition but:

In a program

options locale = Portuguese_Brazil ;

 

in a configuration file

-Locate = Portuguese_Brazil ;

Ksharp
Super User

Try change URL

http://localhost:10080/SASStudio/35/main?locale=en_US&zone=GMT%252B08%253A00&http%3A%2F%2Flocalhost%3A10080%2FSASStudio%2F35%2F=

 

into 

 

http://localhost:10080/SASStudio/35/main?locale=pt_BR&zone=GMT%252B08%253A00&http%3A%2F%2Flocalhost%3A10080%2FSASStudio%2F35%2F=

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
  • 1265 views
  • 2 likes
  • 3 in conversation