Chapter Contents

Previous

Next
The DATASETS Procedure

SAVE Statement


Deletes all the SAS files in a library except the ones listed in the SAVE statement.

Featured in: Saving SAS Files from Deletion


SAVE SAS-file(s) </ MEMTYPE=mtype>;


Required Arguments

SAS-file(s)
specifies one or more SAS files that you do not want to delete from the SAS data library.


Options

MEMTYPE=mtype
restricts processing to one member type (mtype).
Aliases: MTYPE= and MT=
Default: If you do not specify the MEMTYPE= option in the PROC DATASETS statement or in the SAVE statement, the default is MEMTYPE=ALL.
See also: Restricting Member Types Available for Processing
Featured in: Saving SAS Files from Deletion


Details


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.