1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

fix: streamlining viya deploys

This commit is contained in:
allan
2025-05-29 17:51:23 +01:00
parent 33cb36fb8f
commit 8d2f084316
5 changed files with 16 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ run;
)
%end;
%put &sysmacroname: grab the follow on link ;
/* grab the follow on link */
%local libref1;
%let libref1=%mf_getuniquelibref();
libname &libref1 JSON fileref=&fname1;
@@ -114,7 +114,7 @@ run;
libname &libref1a JSON fileref=&fname1a;
%local uri found;
%let found=0;
%put Getting object uri from &libref1a..items;
/* %put Getting object uri from &libref1a..items; */
data _null_;
length contenttype name $1000;
set &libref1a..items;