1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-10 10:50:04 +00:00

fix: adding filename clear statements

This commit is contained in:
2021-03-07 18:47:41 +01:00
parent ff45c5a8b8
commit 8f6ef569e1
2 changed files with 8 additions and 0 deletions

View File

@@ -132,5 +132,9 @@ run;
put _infile_;
run;
%end;
%else %do;
filename &frefin clear;
filename &frefout clear;
%end;
%mend;