data theLast;
set sashelp.class nobs=last point=last;
output;
stop;
run;

data _null_;
set theLast;
call symputx("name1",name);
run;

%put name = &name1 ;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
猜你喜欢
  • 2022-01-13
  • 2021-12-29
  • 2022-12-23
  • 2022-01-25
  • 2021-12-11
  • 2021-07-15
  • 2022-12-23
相关资源
相似解决方案