mirror of
https://github.com/sasjs/core.git
synced 2026-04-13 11:53:13 +00:00
chore: updating all.sas
This commit is contained in:
1
all.sas
1
all.sas
@@ -26428,6 +26428,7 @@ libname &libref1a JSON fileref=&fname1a;
|
||||
/* %put Getting object uri from &libref1a..items; */
|
||||
data _null_;
|
||||
length contenttype name $1000;
|
||||
call missing(of _all_);
|
||||
set &libref1a..items;
|
||||
if contenttype='jobDefinition' and upcase(name)="%upcase(&name)" then do;
|
||||
call symputx('uri',cats("&base_uri",uri),'l');
|
||||
|
||||
Reference in New Issue
Block a user