在verycd下的9.2,但是没有EM模块,只有license,调用EM会提示:
“Catalog SASHELP.DMINE does not exist”
想来想去,把9.1的dmine文件夹抽过来放到9.2根目录下就能用了,当然还是要改一些东西。
首先下载本帖附件,解压出一个dmine文件夹,然后拷到SAS 9.2 foundation的文件夹下,我的目录是"E:\SAS\SASFoundation\9.2",总之你要在这个目录下找到Access,dbcs,nls这些文件夹就对了。然后到nls文件夹下找到en/zh文件夹,你用中文就打开zh,用英文就打开en。打开SASV9.CFG文件编辑,找到下面这些,插入关于dmine的粗体红字部分保存就可以了(有多少段就添加多少个dmine)。
附送license,9.2的,到2011年12月31日。
dmine.rar
(43.92 MB, 需要: 5 个论坛币)
[SAS.9.2多国语言版(更新9.21.TS2M2版)].update.SID.20111231.txt
(4.99 KB)
/* Setup the SAS System autocall library definition */
-SET SASAUTOS (
"!sasroot\core\sasmacro"
"!sasext0\dmine\sasmacro"
"!sasext0\accelmva\sasmacro"
"!sasext0\inttech\sasmacro"
"!sasext0\assist\sasmacro"
....
"!sasext0\stat\sasmacro"
)
/* Setup the SAS System help directory definition */
-SASHELP (
"!SASCFG\SASCFG"
"!sasroot\core\sashelp"
"!sasext0\dmine\sashelp"
"!sasext0\inttech\sashelp"
"!sasext0\af\sashelp"
"!sasext0\assist\sashelp"
....
"!sasext0\stat\sashelp"
)
/* Setup the SAS System message directory definition */
-MSG (
"!sasroot\core\sasmsg"
"!sasext0\dmine\sasmsg"
"!sasext0\accelmva\sasmsg"
"!sasext0\inttech\sasmsg"
"!sasext0\access\sasmsg"
....
"!sasext0\spdsclient\sasmsg"
)
/* Setup the SAS System sample cat directory definition */
-SET SAMPSIO (
"!sasroot\core\sample"
"!sasext0\dmine\sample"
"!sasext0\inttech\sample"
"!sasext0\access\sample"
"!sasext0\connect\sample"
....
"!sasext0\stat\sample"
)
/* Setup the SAS System sample src directory definition */
-SET SAMPSRC (
"!sasroot\core\sample"
"!sasext0\dmine\sasmacro"
"!sasext0\inttech\sample"
"!sasext0\access\sample"
....
"!sasext0\stat\sample"
)
/* Setup the SAS System load image search paths definition */
-PATH (
"!sasroot\core\sasexe"
"!sasext0\dmine\sasexe"
"!sasext0\accelmva\sasexe"
"!sasext0\inttech\sasexe"
....
"!sasext0\spdsclient\sasexe"
)


雷达卡





京公网安备 11010802022788号







