From 7686b7fb990f3c7e2e36c2224c84a9a76c259a46 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Feb 2026 23:06:39 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.sas b/all.sas index f008c4e..1528759 100644 --- a/all.sas +++ b/all.sas @@ -26427,7 +26427,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;