Hi please can anybody suggest how to remove this unwanted character .
Thanks .
Use the COMPRESS function with your unwanted character as second argument.
Hi please see the attached data .
there is a UTF-8 code i.e x96 . tis needs to be replaced with "-"
so o/p should be "Idameneo - Robina"
Looks like an encoding problem, three options to solve it:
Hex 96 is not UTF, it's a single-byte character in the Windows 1252 codepage, so a simple TRANSLATE should take care of it.
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.