BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am trying to perform the following Excel function in a SAS data step

=0.3751*(31640/5/60)^-0.4988

But SAS doesn't like the following part of the calculation when I try to duplpicate

'^-0.4988'

Any ideas of how I can duplicate the calculation?


Thanks
3 REPLIES 3
deleted_user
Not applicable
Forgot to say that the result from the Excel based calculation is

1,162.12
LinusH
Tourmaline | Level 20
Exponential calculation is performed in SAS using double asterisks (**).
But I am having trouble getting your result. Both in Excel and SAS I'm getting 0.036729684...?

/Linus
Data never sleeps
deleted_user
Not applicable
Sorry...I messed another bit of the Excel calculation. But yours is correct and got the data step to work.


Thanks

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