由买买提看人间百态

topics

全部话题 - 话题: sas7bcat
(共0页)
s********p
发帖数: 637
1
She is pulling data from large tables, in most case, she will create new
dataset containing pulled variable for further analysis.
I am not clear if temporary will be created when no new dataset needed. I
don't use system option(fullstimer), but just tried the following,
proc sql;
select p1.id from
data1 p1
inner join
data2 p2 on
p1.id=p2.id
;
quit;
and check if temporary files generated and found "#tf0005.sas7butl" created and size changed.
ll /saswork/SAS_workDD3300003446
total 7000
-rw-rw-r-- ... 阅读全帖
m*i
发帖数: 8
2
Hi Dear All,
I need read a data.dat file into sas. The problem is this data.dat file is
associated with format files. One is formats.sas7bcat (looks like a folder)
and the other one is formats.sas.
Anyone knows how to put them together that I can read the data.dat file into
SAS.
Any help is appriciated.
Thanks in advance.
b******e
发帖数: 362
3
来自主题: Statistics版 - 大家给指条路吧
我是个sas门外汉,有个sas的问题想请大家帮帮忙。
我想对一个别人写好的macro进行修改,我只有此macro的.sas7bcat文件。怎么样才能
看到完整的macro code阿?谢谢了。
c*******7
发帖数: 2506
4
来自主题: Statistics版 - 大家给指条路吧
.SAS7BCAT是sas数据文件,sas 程序文件应该是.sas做后缀的,甚至也可能是文本文件
的形式。你再找找。
b******e
发帖数: 362
5
来自主题: Statistics版 - 大家给指条路吧
谢谢你的答复。但是确实是.SAS7BCAT文件。我可以读入,然后直接使用这个macro。可
是就是看不到具体的code是如何写得。。。。
b*******e
发帖数: 103
6
来自主题: Statistics版 - SAS求助
完全盲,现有.sas7bcat文件,想看里面的内容,电脑里也有sas软件,怎么看呢?
多谢!
(共0页)