I have table in SAS like below:
col1
----------
A꣟
ABCóó
śdźcąę
...
Of course I have also many more columns in my table, but I need to remove accents from letters in above table , so as a result I need something like below:
col1
----------
AeLz
ABCoo
sdzcae
...
How can I do that in SAS ?