PROC FORMAT creates user-defined formats that assign the value of All to the missing levels of the class variables.
 proc format;
   value yrFmt . = " All";
   value $schFmt ' ' = "All    ";
run;