BookmarkSubscribeRSS Feed
Babloo
Rhodochrosite | Level 12

Assume I have a numeric variable called "amount" and it has values like -159000E.3, -1125590E.0, 17000987,0.9 etc . Is there any way to find only the exponential values of this variable? In the output I need only -159000E.3 and -1125590E.0

 

I find difficult to manually verify the values (it has over 10L unique values) for this variable.

6 REPLIES 6
Larrihoover
Obsidian | Level 7
Babloo
Rhodochrosite | Level 12
Could you please help me understand how that format applies to my scenario?
ballardw
Super User

Depending on what your current format is your question is equivalent to "is my value greater 1000000000" or similar. I have to say I'm not familiar with a format that will use scientific notation quite that way. I would expect to see something more like -1.59E9.

Babloo
Rhodochrosite | Level 12
No format has been applied to that variable.
ballardw
Super User

@Babloo wrote:
No format has been applied to that variable.

Show the proc contents result. EVERY variable in a SAS data set has a format. By default for numeric I would expect BEST12. But the values you show for example are not typical for best12.

Babloo
Rhodochrosite | Level 12
Yes, it's in Best12. Format. You can ignore my example which is not adhere
to best12. Format.

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
  • 6 replies
  • 3065 views
  • 0 likes
  • 3 in conversation