mirror of
https://github.com/sasjs/core.git
synced 2026-03-09 20:48:10 +00:00
fix: adding uri to length statement in mv_deletejes
This commit is contained in:
@@ -117,7 +117,7 @@ libname &libref1a JSON fileref=&fname1a;
|
|||||||
%let found=0;
|
%let found=0;
|
||||||
/* %put Getting object uri from &libref1a..items; */
|
/* %put Getting object uri from &libref1a..items; */
|
||||||
data _null_;
|
data _null_;
|
||||||
length contenttype name $1000;
|
length contenttype name uri $1000;
|
||||||
call missing(of _all_);
|
call missing(of _all_);
|
||||||
set &libref1a..items;
|
set &libref1a..items;
|
||||||
if contenttype='jobDefinition' and upcase(name)="%upcase(&name)" then do;
|
if contenttype='jobDefinition' and upcase(name)="%upcase(&name)" then do;
|
||||||
|
|||||||
Reference in New Issue
Block a user