1
0
mirror of https://github.com/sasjs/core.git synced 2026-03-10 04:58:10 +00:00

fix: uninitialied warnings in strict mode for mv_deletejes

This commit is contained in:
allan
2026-02-09 17:54:07 +00:00
parent 87ce565321
commit 9e36e82ff2

View File

@@ -118,6 +118,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');