Import the SAS library in the NEWLIB library. PROC CIMPORT imports the SAS library into the library named NEWLIB.


proc cimport library=newlib infile=tranfile;
run;