SASUnit Examples
Version 1.5.0
|
delete all SAS datasets in the form WORK.DATAxxx, see tempFileName.sas More...
Go to the source code of this file.
delete all SAS datasets in the form WORK.DATAxxx, see tempFileName.sas
define global symbol g_deltempfiles_debug if datasets should not be deleted
if l_first_temp has been set to a number by the calling program, (see macro tempFileName) only temporary datasets beginning with that number will be deleted.
%delTempFiles;
Definition in file _deltempfiles.sas.