MLThe following error messages appeared in log window after running of a module in that EXP function was used in IML.
ERROR: (execution) Invalid argument to function.
count : number of occurrences is 607
operation : EXP at line 3007 column 13
operands : _TEM1013
_TEM1013 1999 rows 1 col (numeric)
Dose the error was caused by the too large argument of EXP? How to deal with that error?
I think you are probably right. If an argument is bigger than 709 then EXP overflows. You need to identify the big numbers and decide how to handle them. See the second half of the blog post "Constants in SAS" for how to prevent the overflow.
I get it. Thanks!
You might also want to ask yourself WHY you are getting these overflows. Are you trying to evaluate a probability dentiy function (PDF) for an observation that is way out in the tail? The PDF for those observations is zero. Fitting a model to data? Maybe the model isn't appropriate for those data.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.