Chapter Contents |
Previous |
Next |
The CPORT Procedure |
Only PROC CIMPORT can read the transport files that PROC CPORT creates. For information on the transport files that the transport engine creates, see the section on SAS files in SAS Language Reference: Concepts.
PROC CPORT also converts SAS files, which means that it changes the format of a SAS file from the format appropriate for one version of the SAS System to the format appropriate for another version. For example, you can use PROC CPORT and PROC CIMPORT to move files from earlier releases of the SAS System to more recent releases. In such cases, PROC CIMPORT automatically converts the contents of the transport file as it imports it.
PROC CPORT produces no output (other than the transport files), but it does write notes to the SAS log.
To export and import files, follow these steps:
Note: If you use communications software to move the transport file,
be sure that it treats the transport file as a binary file and
that it modifies neither the attributes nor the contents of the file.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.