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.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.