48 %macro mp_createwebservice(path=HOME
52 ,desc=This service was created by the mp_createwebservice macro
56 %
if &syscc ge 4 %then %
do;
57 %put syscc=&syscc - &sysmacroname will not execute in
this state;
61 %local platform; %let platform=%mf_getplatform();
62 %
if &platform=SASVIYA %then %
do;
63 %
if "&path"=
"HOME" %then %let path=/Users/&sysuserid/My Folder;
64 %mv_createwebservice(path=&path
73 %
if "&path"=
"HOME" %then %let path=/User Folders/&sysuserid/My Folder;
74 %mm_createwebservice(path=&path