The FORMAT statement assigns a format to Expenses and Revenues for this report. The TITLE statement specifies a title.
   format revenues expenses comma10.;
   title 'Sales Figures Grouped by Region and State';
run;