- /* Please note that the leading and trailing
- spaces in the macro variable defined by %let
- statement will be removed; */
- %macro aa;
- %let a = tt cc fdx d x e r t s d ;
- %let c=%sysfunc(indexw(&a,t));
- %put &a;
- %put &c;
- %mend;%aa;
- %aa;
- %macro a;
- %let a= tt cc fdx d x e r t s d ;
- %let b = t s d;
- %let c=%sysfunc(tranwrd(&a,&b, %str() ));
- %put &c;
- %mend;
- %a;


雷达卡





京公网安备 11010802022788号







