BookmarkSubscribeRSS Feed
osensen
Calcite | Level 5

Hi,

 

I am running on a 64-bit version of SAS from a remote system. I received these error messages:

 

ERROR: Invalid Operation.

ERROR: Termination due to Floating Point Exception

 

when trying to run the code below.

 

PROC genmod data=glm.training;
class term(ref='0-30');
MODEL LC = term /DIST=TWEEDIE(P=1.5) TYPE3;
run;

 

glm.training data set has 1.1M observations. term is categorized into '0-30', '31-49', '50-120'. LC is ranged between 0 and 41334. It is very strange that this piece of code gives model output when runs in a subset of glm.training with 277K observations, but gives error messages when runs in glm.training.

 

Can anyone please help to work around it?

 

Thanks.

 

2 REPLIES 2
osensen
Calcite | Level 5

Thank you for your post. But I don't think that's the issue.

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

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
  • 2 replies
  • 2631 views
  • 1 like
  • 2 in conversation