PROC PRINT prints the output data set DIFFSTAT.
proc print data=diffstat noobs;
   title 'The DIFFSTAT Data Set';
run;