proc format; value score. 1-10 = 'High' 11-20 = 'Low' ; run; What is true about this statement?
Reveal answer
Fill a bubble to check yourself
proc format; value score. 1-10 = 'High' 11-20 = 'Low' ; run; What is true about this statement?