mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 10:20:06 +00:00
fix: adding mend to every macro statement using sasjs lint fix
This commit is contained in:
@@ -415,7 +415,7 @@ data _null_;
|
||||
put ' ';
|
||||
put ' %quote(&user) ';
|
||||
put ' ';
|
||||
put '%mend; ';
|
||||
put '%mend mf_getuser; ';
|
||||
/* WEBOUT END */
|
||||
put '%macro webout(action,ds,dslabel=,fmt=);';
|
||||
put ' %mm_webout(&action,ds=&ds,dslabel=&dslabel,fmt=&fmt)';
|
||||
|
||||
Reference in New Issue
Block a user