mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
chore: removing put statements
This commit is contained in:
@@ -157,8 +157,10 @@ run;
|
|||||||
%end;
|
%end;
|
||||||
"Accept"="*/*";
|
"Accept"="*/*";
|
||||||
run;
|
run;
|
||||||
%put &sysmacroname DELETE &base_uri&fileuri
|
%put &sysmacroname DELETE &base_uri&fileuri;
|
||||||
&=SYS_PROCHTTP_STATUS_CODE &=SYS_PROCHTTP_STATUS_PHRASE;
|
%if &SYS_PROCHTTP_STATUS_CODE ne 204 %then %do;
|
||||||
|
%put &=SYS_PROCHTTP_STATUS_CODE &=SYS_PROCHTTP_STATUS_PHRASE;
|
||||||
|
%end;
|
||||||
%end;
|
%end;
|
||||||
|
|
||||||
%local url mimetype ext;
|
%local url mimetype ext;
|
||||||
@@ -205,7 +207,7 @@ run;
|
|||||||
%local libref2;
|
%local libref2;
|
||||||
%let libref2=%mf_getuniquelibref();
|
%let libref2=%mf_getuniquelibref();
|
||||||
libname &libref2 JSON fileref=&fname1;
|
libname &libref2 JSON fileref=&fname1;
|
||||||
%put Grabbing the follow on link ;
|
/* Grab the follow on link */
|
||||||
data &outds;
|
data &outds;
|
||||||
set &libref2..links end=last;
|
set &libref2..links end=last;
|
||||||
if rel='createChild' then do;
|
if rel='createChild' then do;
|
||||||
@@ -214,9 +216,7 @@ data &outds;
|
|||||||
end;
|
end;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
%put &sysmacroname: File &name successfully created:;%put;
|
%put &sysmacroname: &name created at %mfv_getpathuri(&path/&name);%put;
|
||||||
%put &base_uri%mfv_getpathuri(&path/&name);%put;
|
|
||||||
%put &base_uri/SASJobExecution?_file=&path/&name;%put;
|
%put &base_uri/SASJobExecution?_file=&path/&name;%put;
|
||||||
%put &sysmacroname:;
|
|
||||||
|
|
||||||
%mend mv_createfile;
|
%mend mv_createfile;
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
%else %let dbg=*;
|
%else %let dbg=*;
|
||||||
|
|
||||||
%if %mfv_existfolder(&path)=1 %then %do;
|
%if %mfv_existfolder(&path)=1 %then %do;
|
||||||
%put &sysmacroname: &path already exists;
|
%&dbg.put &sysmacroname: &path already exists;
|
||||||
data &outds;
|
data &outds;
|
||||||
self_uri="%mfv_getpathuri(&path)";
|
self_uri="%mfv_getpathuri(&path)";
|
||||||
output;
|
output;
|
||||||
|
|||||||
Reference in New Issue
Block a user