由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - How to open SAS dataset
相关主题
SAS format 的问题SAS中FORMAT问题求教
SAS Base 70题 第20题求教关于SAS interview
sas base 70 第 20题SAS programmer opportunity (转载)
SAS format file--- when I load the file 急~~~谢谢~~~发包子求大牛解SAS问题,急
SAS - please help!SAS Question
丢人的问个SAS ABC,sas format 是包括在sas dataset里,还是fortmat是个单独文件Dataset merge的一个问题
Please help me with SAS! Thank you![SAS]怎么快捷地删除Macro 里创建的临时dataset和macro variab
这里有没有SAS ODS高手?请教一个UNIX下面用SAS的弱智问题
相关话题的讨论汇总
话题: dataset话题: sas话题: open话题: used话题: format
进入Statistics版参与讨论
1 (共1页)
s********l
发帖数: 245
1
The professor gave to me a SAS dataset, It supposes that could be opened by
double-click right button. But since when people clean this dataset, he used
proc format procedure, so I tried several times, still can not open it.
Anyone could give me some suggestions? Thanks
c*******o
发帖数: 8869
2
execute the following:
data a;
set a;
format _all_;
run;
then double click the dataset.

by
used

【在 s********l 的大作中提到】
: The professor gave to me a SAS dataset, It supposes that could be opened by
: double-click right button. But since when people clean this dataset, he used
: proc format procedure, so I tried several times, still can not open it.
: Anyone could give me some suggestions? Thanks

G**S
发帖数: 1108
3
options nofmterr;

by
used

【在 s********l 的大作中提到】
: The professor gave to me a SAS dataset, It supposes that could be opened by
: double-click right button. But since when people clean this dataset, he used
: proc format procedure, so I tried several times, still can not open it.
: Anyone could give me some suggestions? Thanks

s********l
发帖数: 245
4
Thanks very much! That dataset can open right now!
1 (共1页)
进入Statistics版参与讨论
相关主题
请教一个UNIX下面用SAS的弱智问题SAS - please help!
问个效率问题 SQL vs data step,大数据量丢人的问个SAS ABC,sas format 是包括在sas dataset里,还是fortmat是个单独文件
SAS菜鸟请教如果使SAS的output的结果放到一个文件内?Please help me with SAS! Thank you!
求一段SAS code这里有没有SAS ODS高手?
SAS format 的问题SAS中FORMAT问题求教
SAS Base 70题 第20题求教关于SAS interview
sas base 70 第 20题SAS programmer opportunity (转载)
SAS format file--- when I load the file 急~~~谢谢~~~发包子求大牛解SAS问题,急
相关话题的讨论汇总
话题: dataset话题: sas话题: open话题: used话题: format