Você pode limpar toda sua LIBNAME em um comando super simples e rápido.
CUIDADO Você não é solicitado a confirmar a operação de exclusão, portanto, certifique-se de que pretende excluir os arquivos antes de submeter o código.
PROC DATASETS library=user kill;
Run;
Quit;
22 proc datasets library=user kill;
NOTE: Writing HTML Body file: sashtml.htm
NOTE: Deleting USER.TESTE (memtype=DATA).
23 run;
24 quit;
NOTE: PROCEDURE DATASETS used (Total process time):
real time 0.94 seconds
cpu time 0.53 seconds
Dive into keynotes, announcements and breakthroughs on demand.
Explore Now →
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.