The LIBNAME statement assigns a libref to the SAS data library that contains a permanent SAS catalog. The FILENAME statements assign filerefs to two external files.
libname perm '
SAS-data-library
';