Assign library references. Assign a libref, such as SOURCE, to the SAS library that contains the SAS data set that you want to transport. Also, assign a libref to the transport file and use the XPORT keyword to specify the XPORT engine.


LIBNAME source 'SAS-library-on-sending-host';
LIBNAME xptout xport 'filename-on-sending-host';