Assign a format to a variable and specify a title for the report. The FORMAT statement assigns a format to PopulationRate. The output data set contains formatted values. The TITLE statement specifies a title.


   format populationrate popfmt.;
   title1 'Life Expectancies by Birth Rate';
run;