Integral, Measure and Martingale
Every time I think I know what's going on, suddenly there's another layer of complications.
2020年6月2日星期二
parmbuff (or Pbuff) in SAS macro
%macro demo(a=1, b=2)/parmbuff;
%put buffer holds |&syspbuff|;
%put &=a;
%put &=b;
%mend demo;
%demo(a=aa)
%demo(a=silly, d=unknown)
较新的博文
较早的博文
主页