UER library handling added

This commit is contained in:
yabwon
2019-10-17 17:52:44 +02:00
parent 340f8f1a13
commit 78b6af1f81
5 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ data _null_;
call execute ("options " || strip(option) || ";");
run;
proc delete data = _last_;
proc delete data = WORK._last_;
run;
libname dsSQL LIST;