/*Find the settings of SAS: */ proc options group=envfiles; run; /*Find physical filename*/ %put %sysfunc(pathname(work)); /*find formats in a library*/ proc format library=work fmtlib; run;