|
|
||||
|
Home |
SAS Helpful HintsProc Cport/Cimport (Transferring Data)Proc Cport and Cimport compress an entire directory of SAS savesets into one transport file. SAS transport files are platform independent, making your SAS datasets easy to transfer or e-mail to others. To compress all the SAS savesets in C:\data, run the following program. Libname local 'C:\data'; If both Cimport and Copy fail to open the transport file, the file is either corrupted or not a SAS transport file. Be sure to use a binary format when transferring transport files. Please send your comments and suggestions about this web page to A. Watts (watts@bst.rochester.edu) |
|||
©Copyright University of Rochester Medical Center, 1999-2006. Disclaimer. For questions or suggestions concerning the content of these pages, contact the URMC Webmaster. |
||||