The FORMAT statement assigns a format to use for Month in the report. The TITLE statements specify titles.
   format month monthfmt.;
   title 'Weekly Sales of Refrigerators';
   title2 'for the';
   title3 'First Six Weeks of the Year';
run;