| Doing More with Data Management |
You can use SAS/ASSIST software to prepare SAS files for transport to another operating environment. Utilities on the Data Management menu enables you to convert a SAS file into transport format, and to convert a transport file to a SAS file. In this section, you convert the SASUSER.VENEER table into transport format. A file that is in transport format can be transported to a different operating environment, for example, across a network using File Transfer Protocol (FTP). In addition to SAS tables, you can also convert SAS libraries and catalogs to transport format.
| Additional Information |
For additional information about converting SAS files from one format to another, refer to "The CPORT Procedure" and "The CIMPORT Procedure" in the Base SAS Procedures Guide.
| Instructions |
Follow this selection
path:Tasks
Data Management
Utilities
Convert to CPORT format
TableThe
Convert a SAS Table window appears.
Convert a SAS Table Window
![[Convert a SAS Table Window]](images/convertsastable.gif)
Use the Input SAS table name button to select the SASUSER.VENEER table.
If desired, select Output file name; the Select External File Name window appears. Alternatively, you can accept the default output file name. See the following table for a list of default file names.
Select External File Name Window
![[Select External File Name Window]](images/selectexternalfilenamewindow.gif)
In the External file name field, type the name of the file as is appropriate for your operating environment to transport the VENEER table. Use the following table as a guide.
Select Filename because you typed a filename and not a fileref.
Follow this selection path to create the transport
file:Run
SubmitThe Log window appears, displaying information to indicate that
the table was converted successfully.
Log Window with Conversion Results
![[Log Window with Conversion Results]](images/cportlog.gif)
Note: Under some
operating environments, such as z/OS,
if the external file does not exist, a message appears asking if you want
to create it. Under other operating environments, you need to create the
external file before you can output a transport table to it. See the SAS
companion documentation for your operating environment for more information. ![[cautionend]](../../../../common/65445/HTML/default/images/cautend.gif)
Data Management
Utilities
Convert from
CPORT format
TableUse the buttons
in the Convert a Transport File window to specify
the input file name and output table name.
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.