BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6

Hi ,
I have transcode/special symbols in string  . I am unable to find out those symbols.
could you please help me how to find those characters (transcode symbols)

3 REPLIES 3
Kurt_Bremser
Super User

@thanikondharish wrote:

Hi ,
I have transcode/special symbols in string  . I am unable to find out those symbols.
could you please help me how to find those characters (transcode symbols)


Display your character values with the $HEX format (length must be double the defined length of the variable), then you can find the hex codes.

thanikondharish
Fluorite | Level 6
Could you please give me one example
Kurt_Bremser
Super User

Say you have a variable of length 10, then you issue

put variable $hex20.;

and inspect the log. Restrict the number of observations you read with FIRSTOBS= and OBS= dataset options, as needed.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 823 views
  • 0 likes
  • 2 in conversation