Previous Page | Next Page

The CV2VIEW Procedure

TYPE= Statement


Specifies what type of conversion should occur
TYPE= SQL | VIEW | ACCESS;

Arguments

SQL

specifies that PROC CV2VIEW converts descriptors to SQL views. This is the default behavior.

VIEW

specifies that PROC CV2VIEW converts descriptors to native view descriptor format. It is most useful in the 32-bit to 64-bit case. It does not convert view descriptors across different operating systems.

ACCESS

specifies that PROC CV2VIEW converts access descriptors to native access descriptor format. It is most useful in the 32-bit to 64-bit case. It does not convert access descriptors across different operating systems.


Details

When TYPE=VIEW or TYPE=ACCESS, then SAVEAS=, SUBMIT, and REPLACE= or REPLACE_FILE= are not valid options.

Previous Page | Next Page | Top of Page