The LIBNAME statement specifies a SAS data library to store permanent
informats and formats. The libref LIBRARY is useful because SAS automatically
searches for informats and formats in any library referenced with the LIBRARY
libref.
libname proclib 'SAS-data-library-1 ';
libname library 'SAS-data-library-2';