SAS中文论坛

标题: sas 多条件 嵌套问题 [打印本页]

作者: shiyiming    时间: 2011-6-16 08:54
标题: sas 多条件 嵌套问题
各位老师,有一个问题,请教一下,多条件嵌套怎么写 类似excel里面的
if(a=b,
   if(c=d,
       if(e=f),****,****)
作者: shiyiming    时间: 2011-6-16 12:31
标题: Re: sas 多条件 嵌套问题
if ... then do;
   if ... then do;
       if ... then do;
          sas statements;
       end;
    end;
end;




欢迎光临 SAS中文论坛 (http://www.mysas.net/forum/) Powered by Discuz! X3.2