标题: SAS8使用求助 [打印本页] 作者: shiyiming 时间: 2006-6-30 16:39 标题: SAS8使用求助 我已经安装好SAS了,可是在进入SAS/STAT――ANALYST 的时候却提示有错误
如下:
ERROR: The SAS/STAT product with which the procedure is associated is either not licensed for your system or the product license
has expired. Please contact your SAS installation representative.
ERROR: Cannot open SASHELP.APPVIEW.PRIMARY.SCL.
请各位高手指点,谢谢作者: shiyiming 时间: 2006-7-21 14:08 标题: 系统时间问题 不知道你的是什么版本,你试一下把系统时间调整到2002年作者: shiyiming 时间: 2006-8-14 22:03 标题: SAS8.1 installation procedure 1.change system time to 01/01/2005 first
2.install sas8 without sasinit.sas
3.copy sashost.dll on to v8 directory to overwrite orignal file
4.open sas8 program
5.double click setinit.sas to allow sas modules take into effect.
6.use "proc setinit; run;" to list modules installed.
If you don't have sasinit.sas, just copy the following onto notepad ,then save it as sasinit.sas.