mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 01:20:05 +00:00
fix: corrected syntax and amended included macros
This commit is contained in:
@@ -262,7 +262,7 @@ run;
|
||||
%let fileuri=%trim(%mfv_getpathuri(&path/&name));
|
||||
|
||||
/* If properties were found then patch the file to include them */
|
||||
%if not %mf_isBlank(&viyaProperties) %then %do;
|
||||
%if not %mf_isBlank(%superq(viyaProperties)) %then %do;
|
||||
/* Wrap the properties object in a root object also containing the file name */
|
||||
%local viyapatch;
|
||||
%let viyapatch = %sysfunc(pathname(work))/%mf_getuniquename(prefix=patch_json_);
|
||||
|
||||
Reference in New Issue
Block a user