SAS_Institute
A00-211 · Question #10
The value 110700 is stored in a numeric variable named SALARY. Which FORMAT statement displays the value as $110,700.00 in a report?
The correct answer is C. format salary dollar11.2. See the full explanation below for the reasoning.
Question
The value 110700 is stored in a numeric variable named SALARY. Which FORMAT statement displays the value as $110,700.00 in a report?
Options
- Aformat salary comma11.2;
- Bformat salary dollar8.2;
- Cformat salary dollar11.2;
- Dformat salary comma8.2 dollar8.2;
How the community answered
(31 responses)- A13% (4)
- B3% (1)
- C74% (23)
- D10% (3)
Community Discussion
No community discussion yet for this question.