The CV2VIEW Procedure |
TYPE= SQL | VIEW | ACCESS; |
Arguments |
specifies that PROC CV2VIEW converts descriptors to SQL views. This is the default behavior.
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.
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.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.