How is the value 10 displayed when the format TEMPC is applied?

The following SAS FORMAT procedure is submitted:

proc format lib = sasuser;

value tempc low < 0 = ‘BELOW FREEZING’

0 < 5 = ‘COLD’

5 < 10 = ‘MILD’

10 < 15 = ‘WARM’

15 high = ‘HOT’;

run;

How is the value 10 displayed when the format TEMPC is applied?
A . 10
B . MILD
C . WARM
D . BELOW FREEZING

Answer: C

Latest A00-212 Practice Questions with 184 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
0 Comments