1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 17:10:05 +00:00

feat: new mfv_getfolderpath macro

+ associated test
created to support the fix for https://git.datacontroller.io/dc/dc/issues/171
This commit is contained in:
allan
2025-06-06 20:29:07 +01:00
parent bc77e5a5d1
commit ce73e2bebd
3 changed files with 85 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ options mprint sgen;
%let file=%mf_uid();
/* create a folder */
/* create a file */
filename somefile temp;
data _null_;
file somefile;