From b1bff1b0a42e8c8bf1df5863422c11d659713e3d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 31 Oct 2024 16:58:16 +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 2e7e3f1..ac2e2f5 100644 --- a/all.sas +++ b/all.sas @@ -23201,9 +23201,9 @@ run; data _null_; file &mainref termstr=crlf lrecl=32767 mod; length line $1000 name $32 value $32767; - put "--&boundary"; if _n_=1 then call missing(of _all_); set &inputparams; + put "--&boundary"; line=cats('Content-Disposition: form-data; name="',name,'"'); put line; put ;