Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
mfv_getfolderpath.sas File Reference

Returns the path of a folder from the URI. More...

Go to the source code of this file.

Detailed Description

Makes use of the SYSMSG() ER8OR response, which resolves the uri, seemingly without entering an er8or state.

Usage:

%mv_createfolder(path=/public/demo)
%let uri=%mfv_getpathuri(/public/demo);
%put %mfv_getfolderpath(&uri);

Notice above the new path has an uppercase P - the correct path.

Parameters
[in]uriThe uri of the folder -eg /folders/folders/xxxx)

SAS Macros

Related Macros

Version
4
Author
Allan Bowe

Definition in file mfv_getfolderpath.sas.