Controls whether you can replace permanently stored SAS data sets
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, Systems Options window
|
Category: |
Files: SAS files
|
PROC OPTIONS GROUP= |
SASFILES
|
- REPLACE
- specifies that a permanently stored SAS
data set can be replaced with another SAS data set of the same name.
- NOREPLACE
- specifies that a permanently stored SAS
data set cannot be replaced with another SAS data set of the same name. This
prevents the accidental replacement of existing SAS data sets.
This option has
no effect on data sets in the WORK library, even if you use the WORKTERM=
system option to store the WORK library files permanently.
The REPLACE= data
set option overrides the REPLACE system option.
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.