SAS中文论坛

标题: 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.

=============================================
PROC SETINIT RELEASE='8.1';/* Installation EXPIRE='30JUL2005' */        
SITEINFO NAME='CHEJU UNIVERSITY'                                       
SITE=33805001 OSNAME='WIN' RECREATE WARN=30  GRACE=0                    
BIRTHDAY='23NOV1992'D EXPIRE='30JUN2005'D  PASSWORD=676889240;         
CPU  MODEL=' ' MODNUM=' ' SERIAL=' ' NAME=CPU000;                       
EXPIRE 'BASE' 'GRAPH' 'ETS' 'FSP' 'AF' 'OR' 'IML' 'STAT' 'EM Server'   
        'EM Thin Client' 'INSIGHT' 'ASSIST' 'CONNECT' 'LAB' 'EIS'        
        'PC File Formats' 'GIS' 'ODBC' 'Enterprise Miner'               
        'MDDB Server common products' '30JUN2005'D / CPU=CPU000;         
SAVE; RUN;
==========================================
作者: shiyiming    时间: 2006-9-21 14:37
标题: to chenyongheng
正解!调节时间即可.




欢迎光临 SAS中文论坛 (http://mysas.net/forum/) Powered by Discuz! X3.2