SAS 'O' LOG
Pages
TIPS
SAS FORUM
Friday, August 2, 2013
Widgets
Delete External File in SAS
Here's a sample how to delete an external file with SAS Base code.
FILENAME MyFile "C:\OutputFiles\File01.xls" ;
DATA _NULL_ ;
rc = FDELETE(MyFilel') ;
RUN ;
FILENAME MyFileCLEAR
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment