Library has to be specified using library= option. Use “delete libraryname.tablea” doesn’t work. Option “noprint” causes error.
rsubmit; proc datasets library=libraryname nodetails nolist; delete tablea; run; endrsubmit;
A journey of a thousand miles begins with the first step.
Library has to be specified using library= option. Use “delete libraryname.tablea” doesn’t work. Option “noprint” causes error.
rsubmit; proc datasets library=libraryname nodetails nolist; delete tablea; run; endrsubmit;