Specifies what type of conversion should occur
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.
If TYPE=VIEW or TYPE=ACCESS, then SAVEAS, SUBMIT, and REPLACE or REPLACE_FILE are not valid options.