mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-08 07:20:06 +00:00
UER library handling added
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user