The DATA= specification in the PROC CPORT statement tells the procedure that you are exporting a SAS data set, rather than a library or a catalog.
proc cport data=source.times file=tranfile;
run;