由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Help:import excel file into sas
相关主题
请教如何同时用sas打开多个excel文件?多谢!SAS date format 的问题
questions about SAS import Excel data请教:多个csv文件(>100)怎么用"proc sql" merge成一个文件?
Proc import 读excel文件,怎么略去前面几行?[合集] excel data
SAS proc import excel file 紧急求助sas importing question
SAS 数据读入的问题 (proc import)what is the problem?
help on importing csv file to SASreading data into sas 问题
SAS的一个小问题再看SAS in stock market 这本书 有啥数据库可以拿来联系的吗
SAS macro to import multiple csv file??帮我看看如何导入.dat file into sas吧
相关话题的讨论汇总
话题: excel话题: yes话题: import话题: sas话题: file
进入Statistics版参与讨论
1 (共1页)
y***6
发帖数: 46
1
The following is the problem incurred when I try to import excel data file
into sas. Hope someone can help.
SAS Code:
proc import out=Work.Edu
datafile="C:\Documents and Settings\smith\Desktop\education.xls"
dbms=excel replace;
getnames=yes;
mixed=yes;
scantext=yes;
usedate=yes;
scantime=yes;
run;
The excel file have 25 variables and 1272 observation with some missing
values. In addition, the first row in excel f
c*******o
发帖数: 8869
2
mixed=yes拉.

【在 y***6 的大作中提到】
: The following is the problem incurred when I try to import excel data file
: into sas. Hope someone can help.
: SAS Code:
: proc import out=Work.Edu
: datafile="C:\Documents and Settings\smith\Desktop\education.xls"
: dbms=excel replace;
: getnames=yes;
: mixed=yes;
: scantext=yes;
: usedate=yes;

y***6
发帖数: 46
3
Thanks comeandgo, I try to reset mixed=yes, the result is the same. Anyway,
thanks!
A*********u
发帖数: 8976
4
把excel里那些有内容的部分copy and paste到一个新的file里
除此之外的cells里不要做任何操作
然后再import

Thanks comeandgo, I try to reset mixed=yes, the result is the same. Anyway,
thanks!

【在 y***6 的大作中提到】
: Thanks comeandgo, I try to reset mixed=yes, the result is the same. Anyway,
: thanks!

1 (共1页)
进入Statistics版参与讨论
相关主题
帮我看看如何导入.dat file into sas吧SAS 数据读入的问题 (proc import)
SAS不能导入EXCEL2003的数据!help on importing csv file to SAS
請教許多data 快速import and transpose的方法SAS的一个小问题
@@请教用SAS import CSV 文件时遇到的状况SAS macro to import multiple csv file??
请教如何同时用sas打开多个excel文件?多谢!SAS date format 的问题
questions about SAS import Excel data请教:多个csv文件(>100)怎么用"proc sql" merge成一个文件?
Proc import 读excel文件,怎么略去前面几行?[合集] excel data
SAS proc import excel file 紧急求助sas importing question
相关话题的讨论汇总
话题: excel话题: yes话题: import话题: sas话题: file