fix: updates to make tests pass on viya and sasjs server for mx_createjob

This commit is contained in:
allan
2026-06-26 12:26:03 +01:00
parent 9e36e82ff2
commit 46ae27b182
10 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ libname &libref1a JSON fileref=&fname1a;
%let found=0;
/* %put Getting object uri from &libref1a..items; */
data _null_;
length contenttype name $1000;
length contenttype name uri $1000;
call missing(of _all_);
set &libref1a..items;
if contenttype='jobDefinition' and upcase(name)="%upcase(&name)" then do;