The CV2VIEW Procedure |
Restriction: | If you specify DBMS=ALL, then you cannot use the TO_VIEW= statement. |
Requirement: | You must specify either the TO_VIEW= statement or the TO_LIBREF= statement. |
Requirement: | The FROM_VIEW= and TO_VIEW= statements are always used together. |
Interaction: | Use the REPLACE= statement to control whether the output file is overwritten or appended if it already exists. |
TO_VIEW=libref.output-view; |
Arguments |
specifies the libref where you want to store the new SQL view.
specifies the name for the new SQL view that you want to create.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.