增加sas内存/内存大小

问题描述:

您好,它的数据集大约有6000个obs和250个变量.我正在尝试使用proc blend在sas中运行混合模型,但我不断收到错误:由于内存不足,SAS系统停止处理此步骤".我尝试了康奈尔大学的方法- http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm ,但是它不能在属性"下工作,因此不能让我修改目标".

Hi have a dataset wih about 6000 obs and 250 variables. I am trying to run a mixed model in sas using proc mixed but I keep getting "Error:the sas system stopped processing this step because of insufficient memory" . I tried the cornell university's way- http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm , but its not working as under "properties", its not letting me modify "target".

我尝试过, Proc options option =内存大小4G; 运行;

I tried, Proc options option=memsize 4G; Run;

但是显然代码有问题,我不断出错.我想增加由sas分配的内存,它现在是2gb. 我使用的是我学校提供的sas,所以我猜它是学生版.不知道这是否与此内存错误有关.

but obviously there is something wrong with the code and I keep getting error. I want to increase the memory assigned by sas which right now is 2gb. I am using the sas provided by my school, so I am guessing its a student version. Don't know if that has anything to do with this memory error.

如果有人可以帮助我将memsize更改为max或大于2gb的内容,我将非常感激. 预先感谢

Would really appreciate if someone could help me with changing the memsize to max or something bigger than 2gb. Thanks in advance