knowledge-database (beta)

Current group: comp.soft-sys.sas

Proc CORR running out of memory

Proc CORR running out of memory  
Chaudhury, Jayati [IT]
 Re: Proc CORR running out of memory  
Phil Rack
From:Chaudhury, Jayati [IT]
Subject:Proc CORR running out of memory
Date:23 Jan 05 19:03:35 GMT
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
From:Phil Rack
Subject:Re: Proc CORR running out of memory
Date:23 Jan 05 19:41:01 GMT
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
   

Copyright © 2006 knowledge-database   -   All rights reserved