einstein_817
小弟 在学ACCESS过程
其中遇到了些问题
我想先创建访问描述器(access descriptor) 再在该访问描述器的基础上 创建一个数据窗口(view descriptor).然后将该数据窗口(view descriptor)生成个SAS数据集,最后利用proc print过程 将数据打印出来,但老是出错,不知道为什么 想请教下大家
程序如下:
proc access dbms=xls;
create work.s000001.access;
path='d:\resdat\stk000001.xls';
getnames=yes;
assign=no;
list all;
create work.stk1.view;
select date PREVCLPR ;
format date date9.
prevclpr 8.2;
proc access viewdesc=work.stk1;
out=work.qwe;
proc print data =qwe;
run;
在跑了程序后,SAS日志老告诉我
115 proc access viewdesc=work.stk1;
ERROR: The ACCESS procedure in this release does not support full screen features.
NOTE: SAS 系统由于错误而停止了该步的处理。
NOTE: “PROCEDURE ACCESS”所用时间(总处理时间):