结果:找到“SAS PROCESS”相关内容26个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
SAS宏程序报错”条目锁定不可用“ ”由 DMS Process 锁定“
2 个回复 - 3135 次查看
%macro SUMPRO(classify,time,value,output);proc freq data=disq(where=(&time.="&value.")) noprint; tables &classify.*LOANTYPE/out=temp5(drop=percent)missprint;run;proc freq data=disq(where=(&time.="& ...
2015-9-16 10:49 - zcjdkl0703 - SAS专版
batch dos command process in SAS
4 个回复 - 2891 次查看
Here is a utility to do a rename all file with file extention .mp3 to 001.mp3, 002mp3, etc under folder c:\downloads.
%let dir= c:\downloads;
filename s pipe "dir &dir.\*.mp3/b";
data _n ...
2010-2-22 05:03 - bobguy - SAS专版