mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 17:40:05 +00:00
fix: adding filename clear statements
This commit is contained in:
4
all.sas
4
all.sas
@@ -10500,6 +10500,10 @@ run;
|
||||
put _infile_;
|
||||
run;
|
||||
%end;
|
||||
%else %do;
|
||||
filename &frefin clear;
|
||||
filename &frefout clear;
|
||||
%end;
|
||||
|
||||
%mend;/**
|
||||
@file mm_webout.sas
|
||||
|
||||
@@ -132,5 +132,9 @@ run;
|
||||
put _infile_;
|
||||
run;
|
||||
%end;
|
||||
%else %do;
|
||||
filename &frefin clear;
|
||||
filename &frefout clear;
|
||||
%end;
|
||||
|
||||
%mend;
|
||||
Reference in New Issue
Block a user