我用import导入它就报错:
The directory does not exist.
ERROR: Database error. Examine fields and/or messages below.
The directory does not exist.
ERROR: Database table must be entered first
ERROR: Database table must be entered first
ERROR: File WORK._IMEX_.DATA does not exist.
WARNING: The data set WORK.PROVINCE may be incomplete. When this step was stopped there were 0 observations and 0 variables.
ERROR: Import unsuccessful. See SAS Log for details.
如果这样输入
data province;
infile 'E:\SQL数据\注册用户\province_count.xls';
input province_id $ area $ count;
run;
它又报错:
ERROR: Physical file does not exist, E:\SQL??\????\province_count.xls.
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.PROVINCE may be incomplete. When this step was stopped there were 0
observations and 3 variables.
WARNING: Data set WORK.PROVINCE was not replaced because this step was stopped.
哪位高人指点一下。