樓主: dxystata
|
15464
4
如何判斷一個(gè)數(shù)據(jù)集為空或0個(gè)觀測(cè)值 |
大師 37%
-
TA的文庫 其他...
|
20論壇幣
最佳答案data _null_;
if 0 then set sashelp.class nobs=nobs;
call symputx('nobs',nobs);
stop;
run;
%macro test;
%if &nobs=0 %then %put empty;
%else %put not empty;
%mend test;
%test
本帖被以下文庫推薦 | |
| ||
| ||||||||||||
SAS資源
1. SAS 微信:StatsThinking 2. SAS QQ群:348941365 |
||||||||||||
京ICP備16021002-2號(hào) 京B2-20170662號(hào) 京公網(wǎng)安備 11010802022788號(hào) 論壇法律顧問:王進(jìn)律師 知識(shí)產(chǎn)權(quán)保護(hù)聲明 免責(zé)及隱私聲明