diff --git a/base/mp_jsonout.sas b/base/mp_jsonout.sas index f8ba210..2fc73f4 100644 --- a/base/mp_jsonout.sas +++ b/base/mp_jsonout.sas @@ -55,7 +55,8 @@ **/ -%macro mp_jsonout(action,ds,jref=_webout,dslabel=,fmt=Y,engine=DATASTEP,dbg=0 +%macro mp_jsonout(action,ds,jref=_webout,dslabel=,fmt=Y,engine=DATASTEP + ,dbg=0 /* DEPRECATED */ ,missing=NULL )/*/STORE SOURCE*/; %put &sysmacroname: output location=&jref;