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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 798 views
  • 0 likes
  • 2 in conversation