Chapter Contents |
Previous |
Next |
REPEMPTY= |
Valid in: | DATA step and PROC steps |
Category: | Data Set Control |
Restriction: | Use with output data sets only. |
Syntax | |
Syntax Description | |
Comparisons | |
See Also |
Syntax |
REPEMPTY=YES | NO |
Interaction: | When REPEMPTY=YES and REPLACE=NO, then the data set is not replaced. |
Tip: | Use REPEMPTY=NO to prevent the following
syntax error from replacing the existing data set B with the new empty data
set B that is created by mistake:
data mylib.a set b; |
Tip: | For both the convenience of replacing existing data sets with new ones that contain data and the protection of not overwriting existing data sets with new empty ones that are created by accident, set REPLACE=YES and REPEMPTY=NO. |
Comparisons |
See Also |
Data Set Options:
| |||||||
Statement Options:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.