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 for Each Region and All Regions';
title2 '(millions of dollars)';
run;