Date: Sun, 23 Jan 2005 14:41:01 -0500
Reply-To: Phil Rack <philrack@MINEQUEST.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Phil Rack <philrack@MINEQUEST.COM>
Subject: Re: Proc CORR running out of memory
In-Reply-To: <FE56865C459CD6468D6465A15B908FC0052272CC@exchny54.ny.ssmb.com>
Content-Type: text/plain; charset="WINDOWS-1250"
Google "Proc Corr Concepts" or look here:
http://jeff-lab.queensu.ca/stat/sas/sasman/sashtml/proc/zconcept.htm
Statistically speaking, isn't the rule of thumb 10 times the number of
observations to the number of variables in your study?
Phil Rack
MineQuest, LLC
1939 Queensbridge Dr.
Columbus, OH 43235-2018
Tel: (614) 457-3714
Fax: (614) 777-3714
http://www.MineQuest.com
E-Mail: PhilRack@MineQuest.com
-----Original Message-----
From: Chaudhury, Jayati [IT] [mailto:jayati.chaudhury@CITIGROUP.COM]
Sent: Sunday, January 23, 2005 2:04 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Proc CORR running out of memory
Hi SAS experts.
I am getting an out of memory error when I try to run proc corr on a dataset
with 784 observations and 6122 variables. The code is provided below.
Is there a limitation on the size that Proc CORR can handle? I am using SAS
9.1 on Linux.
This is urgent. So a prompt response will be greatly appreciated.
Code used:
----------------
proc corr data=outlib.a outp=outlib.b noprint cov;
run;
Thks
Jayati
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.1 - Release Date: 1/19/2005
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.1 - Release Date: 1/19/2005