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;