Previous Page | Next Page

The CV2VIEW Procedure

Syntax: PROC CV2VIEW


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;

Previous Page | Next Page | Top of Page