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

沒有留言:

張貼留言