PROC FORMAT creates a format to identify regions with a character value.
proc format;
   value Regnfmt 1='Northeast'
D                 2='South'
                 3='Midwest'
                 4='West';
run;