diff --git a/all.sas b/all.sas index 0cc13f2..94006f7 100644 --- a/all.sas +++ b/all.sas @@ -9744,7 +9744,7 @@ options noquotelenmax; data _null_; set &libref1..links; if rel='createChild' then - call symputx('href',quote(trim(href)),'l'); + call symputx('href',quote("&base_uri"!!trim(href)),'l'); run; %end; %else %if &SYS_PROCHTTP_STATUS_CODE=404 %then %do; diff --git a/viya/mv_createfolder.sas b/viya/mv_createfolder.sas index 6d6dfcb..52d5431 100644 --- a/viya/mv_createfolder.sas +++ b/viya/mv_createfolder.sas @@ -96,7 +96,7 @@ options noquotelenmax; data _null_; set &libref1..links; if rel='createChild' then - call symputx('href',quote(trim(href)),'l'); + call symputx('href',quote("&base_uri"!!trim(href)),'l'); run; %end; %else %if &SYS_PROCHTTP_STATUS_CODE=404 %then %do;