SAS tips
2015年9月7日 星期一
錯誤訊息: Out of resource
Solutions:
proc datasets library=work kill;
run;
or,
proc datasets library=work;
delete <dataset name>;
run
Reference: https://communities.sas.com/thread/47627
首頁
訂閱:
文章 (Atom)