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

fix: fileref cleanup in SASJS mode for mp_testservice()

This commit is contained in:
Allan Bowe
2022-04-29 19:18:03 +00:00
parent c8050f5a79
commit 9e12409389
2 changed files with 8 additions and 4 deletions

View File

@@ -287,9 +287,11 @@ filename &webref "&webrefpath";
%end;
%if &mdebug=0 %then %do;
filename &webref clear;
filename &fref1 clear;
filename &fref2 clear;
%if &platform ne SASJS %then %do;
filename &fref2 clear;
filename &webref clear;
%end;
%end;
%else %do;
%put &sysmacroname exit vars:;