The LIBNAME and FILENAME statements assign the libref for the source library and the fileref for the transport file, respectively.
libname source 'SAS-data-library';
filename tranfile 'transport-file'
                   host-option(s)-for-file-characteristics;