The FORMAT statement assigns a format to use for Expenses in the report. The TITLE statement specifies a title.
   format expenses comma10.;
   title 'Monthly Expenses for Offices in Each State';
run;