小弟最近初学SAS,为了方便私下练习,特意到电驴搜索到一套SAS多国语言破解版,安装在自己的笔记本上。安装过程全都顺利完成,操作系统是XP SP2,做练习时多数内置函数都可以正常运行,唯独碰到Sort这个Proc就过不去了,提示Error: Object Creation Failure。我在网上查了一下,只找到这么一段话:
When you submit the SORT procedure in SAS 9, the following error
message might appear:
ERROR: Object Creation Failure.
When someone logs into a machine and does not have write rights
on the drive where the SAS Temporary files are written to, this error
message appears.
Have the administrator give write permissions for the user to that drive
where the SAS Temporary files are being written to.
大意是说SAS的临时文件没有写入权限,所以无法正确执行Sort这个过程。于是我找到SAS的设定文件C:\Program Files\SAS\SAS System\9.0\nls\en\SASV9.CFG并将其中的临时工作文件夹换到我的文档下的My SAS Files里面,但是仍旧没有效果。