Create a user defined FORMAT with a value of CLSFMT.


proc format;
   value clsfmt 1='Freshman' 2='Sophmore' 3='Junior' 4='Senior';
run;