From b0570e1cd915f1aa9fc5d23735d5371345951ad7 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Wed, 26 May 2021 11:23:08 +0300 Subject: [PATCH] chore: automated commit --- sasjs-tests/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sasjs-tests/README.md b/sasjs-tests/README.md index b2698ba..4a7f87b 100644 --- a/sasjs-tests/README.md +++ b/sasjs-tests/README.md @@ -55,6 +55,7 @@ filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas"; %inc mc; filename ft15f001 temp; parmcards4; + %webout(FETCH) %webout(OPEN) %macro x(); %do i=1 %to &_webin_file_count; %webout(OBJ,&&_webin_name&i) %end; @@ -63,6 +64,7 @@ parmcards4; ;;;; %mm_createwebservice(path=/Public/app/common,name=sendObj) parmcards4; + %webout(FETCH) %webout(OPEN) %macro x(); %do i=1 %to &_webin_file_count; %webout(ARR,&&_webin_name&i) %end;