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.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.