The SAS Disk Cleanup
Handler searches for and cleans any temporary files that SAS generates,
as well as any SAS Work and SAS utility directories. SAS Disk Cleanup
Handler is a COM hook into the Microsoft Disk Cleanup Handler (cleanmgr.exe).
SAS Work directories
have the format,
TD####_hostname_ where
#### is the process
ID of the sas.exe that created the SASWORK directory.
SAS Disk Cleanup Handler
also removes SAS utility directories that have the following format:
SAS_util
NNNNPPPPPPPP_nodename
-
NNNN is a unique random number
-
PPPPPPPP is the hexadecimal representation of the process ID
-
nodename is the host name of the machine that created the directory.
SAS Disk Cleanup Handler
deletes the utility directories and contents only under the following
conditions:
-
SAS Disk Cleanup Handler is run
on the machine that represents
nodename and the process ID
-
PPPPPPPP is no longer in use.
In addition, you can use the SAS Disk Cleanup Handler
to clean SAS automatically generated log files. These log filenames
have the format
module name.PID.DATE.log. The PID represents the process ID of the process that
creates the log file. If the process is no longer running, the log
file will be deleted.