- %macro hi(t);
- data a;
- set a;
- call symputx('eee',9+&t);
- run;
- %mend hi;
- data a;
- input x;
- cards;
- 5
- 8
- 7
- 1
- ;
- run;
- data a;
- set a;
- if x=5 then call symputx('eee',x);
- run;
- data b;
- set a;
- if x=7 then do;
- call symputx('gg',_n_);
- call execute("%hi(t);");
- x=&eee;
- end;
- run;



雷达卡




京公网安备 11010802022788号







