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.

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

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