BookmarkSubscribeRSS Feed
Willempie
Calcite | Level 5
Greetings.

I have a characterstring that represents a hexadecimal deviceaddress: "70DE"X. I'd now like to convert this hexadecimal to a numerical format and thought I could do it with INPUT("70DE"X,$HEX4.). But this doesn't work. The manual tells me that $HEXw. gives me character data and that's not what I want.

I then tried INPUT("70DE"X,HEX4.) but that doesn't work either.It seems that the 1rst argument has to be numerical already which, of course, it isn't.

So, how do I convert a characterstring representing a hexadecimal value into a numerical value? I've been going thru the manuals, but must admit that I haven't been able to find it.

Tia.
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
The correct INFORMAT to use is IBn. (or PIBn.) combined with the INPUT function.

Scott Barry
SBBWorks, Inc.
Willempie
Calcite | Level 5
Thank you very much! It works!

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