YueweiLiu 发表于 2011-9-26 11:26 
可以使用 libname 语句,结合 dblabel= option 来控制输出:
谢谢,不过运行了下,有错误提示:
186 options noxwait;
187
188 x "del d:\sas\_test.xls"
188! ;
189
190 libname test excel "d:\sas\_test.xls";
ERROR: Connect: Unable to IDBInitialize
ERROR: LIBNAME 语句出错。
191
192 data test.class(dblabel=yes);
ERROR: 没有分配逻辑库名 TEST。
193 set sample;
194 run;
请求指导,另外请解释下options 选项的意思 及下一句的意思,非常感谢!