Create a user-defined format. PROC FORMAT creates the format $CNTRY. for the variable COUNTRY.
proc format; value $cntry 'BRZ'='Brazil' 'CHN'='China' 'IND'='India' 'INS'='Indonesia' 'USA'='United States'; run;