Macros for SAS Application Developers
https://github.com/sasjs/core
mmx_deletemetafolder.sas File Reference

Deletes a metadata folder. More...

Go to the source code of this file.

Detailed Description

Deletes a metadata folder (and contents) using the batch tools, as documented here: https://documentation.sas.com/?docsetId=bisag&docsetTarget=p0zqp8fmgs4o0kn1tt7j8ho829fv.htm&docsetVersion=9.4&locale=en

Usage:

%mmx_deletemetafolder(loc=/some/meta/folder,user=sasdemo,pass=mars345)

SAS Macros

Parameters
[in]loc=the metadata folder to delete
[in]user=username
[in]pass=password
Version
9.4
Author
Allan Bowe

Definition in file mmx_deletemetafolder.sas.