Given the following PROC FORMAT step, how is the value 6.1 displayed when the SKICOND format is applied? proc format; value skicond 0-3=’Poor’ 3<-6=’Fair’ 6<-9=’Good’ 9<-high=’Excellent’; run;
Reveal answer
Fill a bubble to check yourself