Copy the SAS data sets to the receiving host. After you
copy the files (for example, by using FTP in binary mode to the Windows host),
use PROC COPY to copy the SAS data sets to the WORK data library on the receiving
host.
proc copy in=insource out=work;
run;