mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 13:00:05 +00:00
fix: updating all.sas
This commit is contained in:
3
all.sas
3
all.sas
@@ -2779,7 +2779,8 @@ run;
|
|||||||
/* create folders and copy content */
|
/* create folders and copy content */
|
||||||
data _null_;
|
data _null_;
|
||||||
set work.&tempds;
|
set work.&tempds;
|
||||||
filepath2="&target/"!!substr(filepath,%length(&source)+2);
|
if _n_ = 1 then dpos+sum(length(directory),2);
|
||||||
|
filepath2="&target/"!!substr(filepath,dpos);
|
||||||
if file_or_folder='folder' then call execute('%mf_mkdir('!!filepath2!!')');
|
if file_or_folder='folder' then call execute('%mf_mkdir('!!filepath2!!')');
|
||||||
else do;
|
else do;
|
||||||
length fref1 fref2 $8;
|
length fref1 fref2 $8;
|
||||||
|
|||||||
Reference in New Issue
Block a user