/* the code below loads the learn library for the textbook "Learning SAS by Example" */; libname learn "X:\_saslibs\learn"; /* the code below clears the results viewer */; ods html close; ods preferences; /* the code below generates a new results viewer for each proc */; ods html newfile=proc;