SAS中文论坛

标题: 请教:SAS ODS总是出错 [打印本页]

作者: shiyiming    时间: 2003-10-3 21:33
标题: 请教:SAS ODS总是出错
在SAS 8.2中提交下列语句:

[color=blue:58e00]ods listing close;
ods html path='j:\' body='output.htm';
data test;
do i=1 to 20;
output;
end;
proc print;
run;
ods listing;
ods html close;[/color:58e00]

出现错误提示:

[color=red:58e00]1    ods listing close;
ERROR:  Read Access Violation In Task ( Submit ]
Exception occurred at (63CC5C0D)
Task Traceback

2    ods html path='j:\' body='output.htm';
NOTE: Writing HTML Body file: output.htm
ERROR: Generic critical error.[/color:58e00]

请问各位高手是何原因?谢谢!
作者: shiyiming    时间: 2003-10-3 22:57
I tested your program, I didn't find any problem.

Do you have a J drive in your computer?
作者: shiyiming    时间: 2003-10-3 23:14
[quote="没有":59319]I tested your program, I didn't find any problem.

Do you have a J drive in your computer?[/quote:59319]

Yes, I do have.

Perhaps the license is not correct?

BTW. My Help System doesn't work properly either.
作者: shiyiming    时间: 2003-10-4 00:15
我也测试了,也没有发现问题。
根据错误提示最有可能出错的猜想是:
1、没有J盘,或者J盘不可写、写满了。
2、SAS系统文件被损坏了,建议重新安装一次。
其他的实在帮不了你了,恕小弟无能为力。
作者: shiyiming    时间: 2003-10-4 10:25
标题: 谢谢各位!
谢谢 斑竹 和 没有。我安装了SAS BASE HotFix Bundle,问题都解决。
作者: shiyiming    时间: 2003-10-9 09:25
请问Jerry所说的SAS BASE Bundle在什么地方下载的呢?能不能给个链接呢?


谢谢了先!
作者: shiyiming    时间: 2003-10-9 23:34
斑竹啊, 这么简单问题还犯糊涂,以前怎么做SAS TS的? <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->  

Link is : support.sas.com里面找maintainence/hotfix,具体网页,我现在上不去,sorry.
作者: shiyiming    时间: 2003-10-10 09:53
可我从没有打过这补丁怎么就没有这个问题呢?

再说我这点水平哪能和龙哥您相比啊。见笑见笑! <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
作者: shiyiming    时间: 2003-10-10 15:13
标题: 文件目录正常的话,运行有结果!
<!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> 我将'j:\'改为我硬盘存在的目录'd:\',出现HTML结果!




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