Create the transport file. The PROC CPORT step executes
on the operating environment where the source library is located. MEMTYPE=CATALOG
writes all SAS catalogs in the source library to the transport file.
proc cport library=source file=tranfile memtype=catalog;
run;