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!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1925 views
  • 0 likes
  • 2 in conversation