Hi every body,
I'm looking for a sas code to find the ASCII code of a character in a data step ; and in the other way , put the ascii code and get the character.
Is it possible ?
Thanks for help !
Have a nice day.
Use the RANK Function to get the ASCII code, and the BYTE Function to get the character from the code.
Use the RANK Function to get the ASCII code, and the BYTE Function to get the character from the code.
It works !
Thanks a lot !
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.