Procedure features: |
PROC
CPORT statement option:
|
|
This example shows how to use PROC CPORT to export a single SAS data
set.
|
libname source 'SAS-data-library';
filename tranfile 'transport-file'
host-option(s)-for-file-characteristics; |
|
proc cport data=source.times file=tranfile;
run; |
NOTE: Proc CPORT begins to transport data set SOURCE.TIMES
NOTE: The data set contains 2 variables and 2 observations.
Logical record length is 16.
NOTE: Transporting data set index information.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.