Chapter Contents

Previous

Next
CV2ODBC Procedure

REPLACE Statement


Enables replacement of existing views and files.

REPLACE ALL | VIEW | FILE;


Arguments

ALL
enables you to overwrite existing views and files of the same name. Replaces both an existing TO= view and a SAVE= file if they already exist.

FILE
replaces the SAVE= file if it already exists. If the file already exists, and if REPLACE FILE or REPLACE ALL are not specified, the generated PROC SQL code will be appended to the file.

VIEW
replaces the TO= view if it already exists


Chapter Contents

Previous

Next

Top of Page

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