Specify the catalog entries to be written to the transport file. AFTER= specifies that only catalog entries with modification dates
on or after September 9, 1996, should be written to the transport file.
proc cport catalog=source.finance file=tranfile
after='09sep1996'd;
run;