PROC PRINT prints the data set.
proc print data=exp.results noobs;
   title 'The EXP.RESULTS Data Set';
run;