1.sas å¦ä½å¯¼å
¥excel
2.sas8.1导入excel数据出现ERROR: UNABLE TO ACCESS MESSAGE 656.3
sas å¦ä½å¯¼å ¥excel
netty源码手写PROC IMPORT OUT= WORK.crackman
netty源码手写DATAFILE= "C:\Documents and Settings\Administrator\æ¡é¢\
netty源码手写.xls"
netty源码手写DBMS=EXCEL REPLACE;
netty源码手写RANGE="Sheet1$";
netty源码手写GETNAMES=YES;
netty源码手写MIXED=YES;
netty源码手写SCANTEXT=YES;
netty源码手写USEDATE=YES;
netty源码手写SCANTIME=YES;
netty源码手写RUN;
netty源码手写sas8.1导入excel数据出现ERROR: UNABLE TO ACCESS MESSAGE .3
netty源码手写PROC IMPORT OUT= WORK.crackman
netty源码手写DATAFILE= "C:\Documents and Settings\Administrator\桌面\
netty源码手写.xls"
netty源码手写DBMS=EXCEL REPLACE;
netty源码手写RANGE="Sheet1$";
netty源码手写GETNAMES=YES;
netty源码手写MIXED=YES;
netty源码手写SCANTEXT=YES;
netty源码手写USEDATE=YES;
netty源码手写SCANTIME=YES;
netty源码手写RUN;
netty源码手写