Specify the library name, filename, and operating environment options. The LIBNAME statement specifies a libname for the new SAS library. The FILENAME statement specifies the filename of the transport file that PROC CPORT created and enables you to specify any operating environment options for file characteristics.


libname newlib 'SAS-data-library';
filename trans2 'transport-file'
                 host-option(s)-for-file-characteristics;