From 784bab452260403c3cfd2f27bb7cee87d6638d5f Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Mon, 28 Mar 2022 12:30:01 +0000 Subject: [PATCH] fix: adding README for new sendMacVars service --- sasjs-tests/README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/sasjs-tests/README.md b/sasjs-tests/README.md index 573ae53..a400a1e 100644 --- a/sasjs-tests/README.md +++ b/sasjs-tests/README.md @@ -84,6 +84,15 @@ parmcards4; %webout(CLOSE) ;;;; %mm_createwebservice(path=/Public/app/common,name=sendArr) +parmcards4; + data work.macvars; + set sashelp.vmacro; + run; + %webout(OPEN) + %webout(OBJ,macvars) + %webout(CLOSE) +;;;; +%mm_createwebservice(path=/Public/app/common,name=sendMacVars) parmcards4; let he who hath understanding, reckon the number of the beast ;;;; @@ -118,7 +127,6 @@ parmcards4; %webout(CLOSE) ;;;; %mp_createwebservice(path=/Public/app/common,name=sendObj) -filename ft15f001 temp; parmcards4; %webout(FETCH) %webout(OPEN) @@ -132,7 +140,15 @@ parmcards4; %webout(CLOSE) ;;;; %mp_createwebservice(path=/Public/app/common,name=sendArr) -filename ft15f001 temp; +parmcards4; + data work.macvars; + set sashelp.vmacro; + run; + %webout(OPEN) + %webout(OBJ,macvars) + %webout(CLOSE) +;;;; +%mp_createwebservice(path=/Public/app/common,name=sendMacVars) parmcards4; If you can keep your head when all about you Are losing theirs and blaming it on you,