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

Returns a dataset with the meta directory object for a physical path. More...

Go to the source code of this file.

Detailed Description

Provide a file path to get matching directory objects, or leave blank to return all directories. The Directory object is used to reference a physical filepath (eg when registering a .sas program in a Stored process)

Parameters
path=the physical path for which to return a meta Directory object
outds=the dataset to create that contains the list of directories
mDebug=set to 1 to show debug messages in the log
Returns
outds dataset containing the following columns:
  • directoryuri
  • groupname
  • groupdesc
Version
9.2
Author
Allan Bowe

Definition in file mm_getdirectories.sas.