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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 2080 views
  • 1 like
  • 2 in conversation