☑ This topic is solved.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 05-13-2022 04:46 AM
(7018 views)
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.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Use the RANK Function to get the ASCII code, and the BYTE Function to get the character from the code.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Use the RANK Function to get the ASCII code, and the BYTE Function to get the character from the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It works !
Thanks a lot !