Previous Page | Next Page

The CV2VIEW Procedure

TO_LIBREF= Statement


Specifies the library that contains the new (converted) SQL views
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

output-library

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.

Previous Page | Next Page | Top of Page