Assign a character string format to a numeric value. PROC FORMAT creates the format POPFMT to identify birth rates with a character value.


proc format;
   value popfmt 1='Stable'
                2='Rapid';
run;