导航

2017年7月8日

摘要: data theLast; set sashelp.class nobs=last point=last; output; stop; run; data _null_; set theLast; call symputx("name1",name);run; %put name = &name1 阅读全文

posted @ 2017-07-08 15:08 高山老王 阅读(301) 评论(0) 推荐(0)