SAS Datasets
A utility procedure for managing datasets.
Contents
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.
A utility procedure for managing datasets.
Contents
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.