1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 08:00:05 +00:00

fix: updating mm_x macros following fix to mf_verifymacvars

This commit is contained in:
munja
2022-02-06 19:57:52 +01:00
parent 90de167643
commit 303225cb85
5 changed files with 42 additions and 16 deletions

View File

@@ -133,12 +133,14 @@ run;
filename &frefin temp;
filename &frefout temp;
%mp_abort(iftrue= (
&engine=BASE & %mf_verifymacvars(libname libref engine servercontext tree)=0
)
,mac=&sysmacroname
,msg=%str(Empty inputs: libname libref engine servercontext tree)
)
%if &engine=BASE %then %do;
%mf_verifymacvars(libname libref engine servercontext tree)
/**
* Check that the ServerContext exists
*/