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.
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=
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 ;
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=
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.