CV2VIEW Procedure
Syntax
Table of Procedure Tasks
| Statement |
Task |
| PROC CV2VIEW Statement |
Convert SAS/ACCESS view descriptors into SQL views |
| FROM_LIBREF= Statement |
Specify the library containing the view descriptors
or access descriptors that you want to convert
|
| FROM_VIEW= Statement |
Specify the view descriptor or access descriptor that
you want to convert
|
| REPLACE= Statement |
Specify whether existing views and files are replaced |
|
Save the generated PROC SQL statements to a file |
| SAVEAS= Statement |
Submit the generated PROC SQL statements when you specify
the SAVEAS= statement
|
|
Specify the name of the new (converted) SQL view |
| TO_VIEW= Statement |
Specify the library that contains the new (converted)
SQL views
|
| TYPE= Statement |
Specify what type of conversion should occur |
Copyright © SAS Institute Inc. All rights reserved.