Drops tables / views (if they exist) without warnings in the log. More...
Go to the source code of this file.
Example usage:
proc sql; create table data1 as select * from sashelp.class; create view view2 as select * from sashelp.class; %mp_dropmembers(list=data1 view2)
| list | space separated list of datasets / views | 
| libref= | can only drop from a single library at a time | 
Definition in file mp_dropmembers.sas.
  
    For more information visit the  Boemska MacroCore library.