Previous Page | Next Page

SAS System Options

REPLACE System Option



Specifies whether permanently stored SAS data sets can be replaced.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Files: SAS Files
PROC OPTIONS GROUP= SASFILES

Syntax
Syntax Description
Details
Comparisons
See Also

Syntax

REPLACE | NOREPLACE


Syntax Description

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, which prevents the accidental replacement of existing SAS data sets.


Details

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.


Comparisons

The REPLACE= data set option overrides the REPLACE system option.


See Also

System Option:

WORKTERM System Option

Data Set Option:

REPLACE= Data Set Option

Previous Page | Next Page | Top of Page