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

fix: addresses #400

This commit is contained in:
allan
2025-06-30 16:05:57 +01:00
parent 7240cf08d6
commit 33a487b2b4
4 changed files with 29 additions and 0 deletions

View File

@@ -49,4 +49,8 @@
%let syscc=0;
%end;
%mf_abort(
iftrue=(&syscc ne 0),
msg=Cannot leave &sysmacroname with syscc=&syscc
)
%mend mfv_getpathuri;