Any suggestions in addressing "insufficient memory" in proc glimmix. My data set is huge ( 60 million record), 2200 clusters, 2 level hierarchy with weigths associated with each level. I have an SSD laptop with i7 processor. I added 1 Tb of internal memory.
Did you modify the memory settings? What version of SAS are you using?
*see memory settings;
proc options group=memory;
run;
*see SAS version;
proc product_status;
run;
@gvdiaz wrote:
Any suggestions in addressing "insufficient memory" in proc glimmix. My data set is huge ( 60 million record), 2200 clusters, 2 level hierarchy with weigths associated with each level. I have an SSD laptop with i7 processor. I added 1 Tb of internal memory.
I am afraid that MIXED Model can not handle such big table.
But You could try PROC HPMIXED or PROC GEE .
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.