PROC PRINT displays the CAKESTAT data set.
proc print data=cakestat; title 'Maximum Taste Score for Flavor and Cake Layers'; run;