The FORMAT statement assigns formats to Region, Division, and Type. The TITLE statements specify the titles.
   format region regfmt. division divfmt. type usetype.;
   title 'Energy Expenditures';
   title2 '(millions of dollars)';
run;