proc format; value score. 1-10 = 'High' 11-20 = 'Low' ; run; What is true about this statement?
Format score is created in the SAS catalog
The format name should not end with .
The format can be used in DATA steps
The format can be used in PROC steps