Specifies the library that contains the new (converted) SQL views
| Requirements: | You must specify either the TO_VIEW statement or the TO_LIBREF statement. |
|---|---|
| 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. |
specifies the name of a previously assigned library where you want to store the new SQL views.
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.