PROC CIMPORT imports the SAS data library into the library named NEWLIB.
proc cimport library=newlib infile=tranfile;
run;