由买买提看人间百态

topics

全部话题 - 话题: 3276800
(共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-- ... 阅读全帖
f******h
发帖数: 5
2
来自主题: Biology版 - Paper求助!
标题: Transvascular flux and tissue accrual of Evans blue: effects of
endotoxin and histamine.
作者:Green TP , Johnson DE , Marchessault RP , Gatto CW
杂志:The Journal of laboratory and clinical medicine 1988 Feb; 111(2):173-
83.
PMID:3276800
Thanks a lot.
[email protected]
/* */
(共0页)