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