SASUnit Examples  Version 1.5.0
_deltempfiles.sas File Reference

delete all SAS datasets in the form WORK.DATAxxx, see tempFileName.sas More...

Go to the source code of this file.

Detailed Description

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;

Version
$Revision: 315 $
Author
$Author: klandwich $
Date
$Date: 2014-02-28 10:25:18 +0100 (Fr, 28 Feb 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_deltempfiles.sas $

Definition in file _deltempfiles.sas.