Assign a libref, such as SOURCE, to the SAS data library that contains
the SAS data set you want to transport. Also, assign a libref to the transport
file. Use the XPORT keyword to specify that the library XPTOUT is a transport
file.
libname source 'SAS-data-library-on-sending-host';
libname xptout xport 'filename-on-sending-host';