Posted on May 18, 2019May 18, 2019 by kuekawaHow to delete a dataset in SAS proc datasets lib=work nolist; delete varname1; quit; run;