SAS Datasets

A utility procedure for managing datasets.


Usage

To delete a dataset, try:

proc datasets library=LIBREF nolist;
  delete TABLE;
run;

If the nolist option is not specified, a directory listing of the library is printed.


CategoryRicottone