Write an entry to the transport file. SELECT writes only the LOAN.SCL entry to the transport file for export.


proc cport catalog=source.finance file=tranfile;
select loan.scl;
run;