A00-202 Web TestEngine demo

Exit VCEDump A00-202 SAS Advanced Programming
Question 19 of 20
0% complete
Q19 Single choice

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?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in