1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 00:20:05 +00:00

chore: automated commit

This commit is contained in:
Allan Bowe
2021-05-13 10:38:02 +03:00
parent 20bf3b86af
commit 51ddd9c1e5

View File

@@ -10,7 +10,7 @@
proc sql;
create table data1 as select * from sashelp.class;
create view view2 as select * from sashelp.class;
%mp_dropmembers(libref=WORK, list=data1 view2)
%mp_dropmembers(data1 view2, libref=WORK)
<h4> SAS Macros </h4>