Create a format for the values of COUNTRY.


 proc format;
      value $country "BRZ" = "Brazil"
                     "CHN" = "China"
                     "IND" = "India"
                     "INS" = "Indonesia"
                     "USA" = "United States";
 run;