1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-30 22:20:06 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
8f6ef569e1 fix: adding filename clear statements 2021-03-07 18:47:41 +01:00
2 changed files with 8 additions and 0 deletions

View File

@@ -10500,6 +10500,10 @@ run;
put _infile_;
run;
%end;
%else %do;
filename &frefin clear;
filename &frefout clear;
%end;
%mend;/**
@file mm_webout.sas

View File

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