SAS_Institute
A00-281 · Question #86
A SAS report procedure results in the log below. What should you add to the PROC REPORT to address the blue note in this log?
The correct answer is D. Use a FORMAT statement with formats large enough to print all values for each numeric variable. See the full explanation below for the reasoning.
Question
A SAS report procedure results in the log below. What should you add to the PROC REPORT to address the blue note in this log?
Exhibit
Options
- AUse DEFINE statements with the WIDTH= option set large enough to print all values for each variable
- BSpecify COLWIDTH= option with a value large enough to print all values in the data
- CUse DEFINE statements where FLOW is specified for each numeric variable
- DUse a FORMAT statement with formats large enough to print all values for each numeric variable
How the community answered
(49 responses)- A6% (3)
- B14% (7)
- C2% (1)
- D78% (38)
Community Discussion
No community discussion yet for this question.
