The CV2VIEW Procedure |
|
Here is the syntax for the CV2VIEW procedure:
PROC CV2VIEW DBMS= dbms-name | ALL; |
FROM_VIEW= libref.input-descriptor; |
FROM_LIBREF= input-library; |
TO_VIEW= libref.output-view; |
TYPE= SQL | VIEW | ACCESS; |
TO_LIBREF= name of output library; |
SAVEAS= external filename; |
SUBMIT; |
REPLACE= ALL | VIEW | FILE; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.