mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 18:30:06 +00:00
feat: new mp_cntlout.sas macro
This commit is contained in:
@@ -48,7 +48,7 @@ data _null_;
|
||||
put name '=' value;
|
||||
run;
|
||||
|
||||
%mp_abort(iftrue= (&ds=0 and &action ne MAKETABLE)
|
||||
%mp_abort(iftrue= ("&ds"="0" and &action ne MAKETABLE)
|
||||
,mac=&sysmacroname
|
||||
,msg=%str(dataset was not provided)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user