News

Program libname proclib ' SAS-data-library '; options nodate pageno=1 source linesize=80 pagesize=60; proc sql; describe table dictionary.members; title 'SAS Files in the PROCLIB Library'; select ...