From 376800d4642b1842591f40d899b9ce2057ced398 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 May 2025 08:05:57 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all.sas b/all.sas index c179ce8..5e428ec 100644 --- a/all.sas +++ b/all.sas @@ -24370,7 +24370,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref %else %do; ct="&ctype" %end; - url="&base_uri/files/files?parentFolderUri=&self_uri"; + url="&base_uri/files/files?parentFolderUri=&self_uri%str(&)typeDefName=file"; headers "Accept"="application/json" %if &grant_type=authorization_code %then %do; @@ -24397,8 +24397,8 @@ data &outds; run; - %put &sysmacroname: File &name successfully created:;%put; +%put &base_uri%mfv_getpathuri(&path/&name);%put; %put &base_uri/SASJobExecution?_file=&path/&name;%put; %put &sysmacroname:;