1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-16 13:23:12 +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

@@ -45,4 +45,9 @@
%let syscc=0;
%end;
%mf_abort(
iftrue=(&syscc ne 0),
msg=Cannot leave mfv_existfolder.sas with syscc=&syscc
)
%mend mfv_existfolder;