Hello,
There is any chance to clean during the sas session sastmp-000000001.sas7bitm?
I was trying to use code below but error occur. Maybe you know any solution how to force SAS to clean such files during the session?
%let wpath=%sysfunc(pathname(work));
%put &wpath;
filename sascbtbl "&wpath.\sastmp-000000001.sas7bitm";
data _null_;
file "&wpath.\sastmp-000000001.sas7bitm";
run;
ERROR: File is in use,