The LIBNAME statement defines the SAS data library in which the PMENU entries are stored. The FILENAME statements define the external files in which the programs to create the windows are stored.
libname proclib 'SAS-data-library';
filename de     'external-file';
filename prt    'external-file';