1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +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

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