Production Ready Macros for SAS Application Developers
mm_createfolder.sas File Reference

Create a metadata folder. More...

Go to the source code of this file.

Detailed Description

This macro was inspired by Paul Homes who wrote an early version (mkdirmd.sas) in 2010. The original is described here: https://platformadmin.com/blogs/paul/2010/07/mkdirmd/

The macro will NOT create a new ROOT folder - not because it can't, but more because that is generally not something your administrator would like you to do!

The macro is idempotent - if you run it twice, it will only create a folder once.

usage:

mm_createfolder(path=/Tests/some folder)

Parameters
path=Name of the folder to create.
mdebug=set DBG to 1 to disable DEBUG messages
Version
9.4
Author
Allan Bowe

Definition in file mm_createfolder.sas.