[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在什么地方下载的呢?能不能给个链接呢?