The CV2VIEW Procedure |
Requirement: | You must specify either the TO_VIEW= statement or the TO_LIBREF= statement. |
Requirement: | The FROM_LIBREF= and TO_LIBREF= statements are always used together. |
Interaction: | Use the REPLACE= statement if a file with the name of one of your output views already exists. If a file with the name of one of your output views already exists and you do not specify the REPLACE statement, PROC CV2VIEW does not convert that view. |
TO_LIBREF= output-library; |
Argument |
specifies the name of a previously assigned library where you want to store the new SQL views.
Details |
The names of the input view descriptors or access descriptors are used as the output view names. In order to individually name your output views, use the FROM_VIEW= statement and the TO_VIEW= statement.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.