Print the data set.


proc print data=exp.results noobs;
   title 'The EXP.RESULTS Data Set';
run;