I'm getting a special character when creating a dataset from SQL server. Instead of a multi-lined description, it's having an output of "š" symbol.
How to translate this appropriately from the source? I can use the compress function but by using it I am removing that character instead of translating it properly.
Hoping you could help me guys.
Example Data from Source:
First Paragraph
Second Paragraph
Output:
First Paragraph š
Second Paragraph š
Could be a problem cause by mismatching encoding. Please verify that sas-session and database use the same encoding.
> How to translate this appropriately from the source? I can use the compress function but by using it I am removing that character instead of translating it properly.
Maybe use translate function ?
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.