nerdexam
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

A00-281 question #86 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)
  • A
    6% (3)
  • B
    14% (7)
  • C
    2% (1)
  • D
    78% (38)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice