peijiamei 发表于 2010-9-18 16:41 
import倒入数据时能否改变变量的length?
由于excel文件中有一些比较长的字符型变量。导入之后只能倒入部分字节。
The proc import uses first (n=20?? not sure) rows to determine all data set attributes. It can be dangerous.
Save the file in a tab delimiter format and read it in as a text file as you wish (=define all attributes yourself).