The FORMAT statement assigns user-defined formats to Age and Flavor for this analysis.
   format age agefmt. flavor $flvrfmt.;
   title 'Taste Score for Cake Flavors and Participant''s Age';
run;