BookmarkSubscribeRSS Feed
bncoxuk
Obsidian | Level 7
My company has a very dataset which requires to do a regession analysis. The dataset has over 2million observations for the customers, and 100 variables (many are categorical).

I want to use SAS to run a regression model. But just worry about the massive size of the dataset. Will this cause computer crash if running for days or weeks?

An suggestions?
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
Regression of that size. No problem. The linear regression procedures (REG, GLM, etc), use memory based on the number of variables and generally make one pass through the data for each execution of the procedure.

Other regression type procedures (LOGISTIC, PHREG) use search algorithms that do run through the data multiple times and potentially take days to run.

The reference manual has some information on the execution algorithms in the "details" section of each chapter.

Doc Muhlbaier
Duke
bncoxuk
Obsidian | Level 7
Many thanks indeed, Duke.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 2176 views
  • 0 likes
  • 2 in conversation