Add-Innovation Home

About Add-Innovation

Contact Us

  SAS Institute logo.    Only keep required files.


When a file is no longer required in a program, it can be deleted using the DELETE procedure. This frees up work or permanent storage space, and keeps the work / storage space required to a minimum.
The format is ;

PROC DELETE DATA=ddname.dsname;

e.g.    PROC DELETE DATA=WORK.FMTGEN;