PROC CIMPORT imports the single SAS data set that you identify with
the DATA= specification in the PROC CIMPORT statement. PROC CPORT exported
the data set NEWDATA.TIMES in the transport file TRANS3.
proc cimport data=newdata.times infile=trans3;
run;