The LIBNAME statement specifies a libname for the new SAS data library. The FILENAME statement specifies the filename of the transport file that PROC CPORT created and enables you to specify any operating environnment options for file characteristics.
libname newdata 'SAS-data-library';
filename trans3 'transport-file'
                 host-option(s)-for-file-characteristics;