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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 702 views
  • 0 likes
  • 2 in conversation
OSZAR »