1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

fix: missing comma

This commit is contained in:
Allan Bowe
2021-05-05 20:16:26 +03:00
parent b4834f9b40
commit b1380983ec
2 changed files with 2 additions and 2 deletions

View File

@@ -3341,7 +3341,7 @@ data _null_;
stop;
run;
%mp_abort(iftrue=(&abort=YES)
%mp_abort(iftrue=(&abort=YES),
mac=&sysmacroname,
msg=%str(Filter issues in &inds, first was &reason_cd, details in &outds)
)

View File

@@ -147,7 +147,7 @@ data _null_;
stop;
run;
%mp_abort(iftrue=(&abort=YES)
%mp_abort(iftrue=(&abort=YES),
mac=&sysmacroname,
msg=%str(Filter issues in &inds, first was &reason_cd, details in &outds)
)