|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Deletes a library by Name. More...
Go to the source code of this file.
Used to delete a library. Usage:
%* create a library in the home directory ; %mm_createlibrary( libname=My Temp Library, libref=XXTEMPXX, tree=/User Folders/&sysuserid, directory=%sysfunc(pathname(work)) ) %* delete the library ; %mm_deletelibrary(name=My Temp Library)
After running the above, the following will be shown in the log:

| [in] | name= | () the name (not libref) of the library to be deleted |
Definition in file mm_deletelibrary.sas.