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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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