Procedure features: |
PROC
CPORT statement options:
|
|
This example shows how to use PROC CPORT to export entries from
all
of the SAS catalogs in the SAS library you specify.
|
libname source 'SAS-data-library';
filename tranfile 'transport-file'
host-option(s)-for-file-characteristics; |
|
proc cport library=source file=tranfile memtype=catalog;
run; |
NOTE: Proc CPORT begins to transport catalog SOURCE.FINANCE
NOTE: The catalog has 5 entries and its maximum logical record length is 866.
NOTE: Entry LOAN.FRAME has been transported.
NOTE: Entry LOAN.HELP has been transported.
NOTE: Entry LOAN.KEYS has been transported.
NOTE: Entry LOAN.PMENU has been transported.
NOTE: Entry LOAN.SCL has been transported.
NOTE: Proc CPORT begins to transport catalog SOURCE.FORMATS
NOTE: The catalog has 2 entries and its maximum logical record length is 104.
NOTE: Entry REVENUE.FORMAT has been transported.
NOTE: Entry DEPT.FORMATC has been transported.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.