nerdexam
SAS_Institute

A00-281 · Question #59

Which program will report all created output objects in the log?

The correct answer is B. ods trace on. See the full explanation below for the reasoning.

Question

Which program will report all created output objects in the log?

Options

  • Aproc ttest data=WORK.DATA1 ods=trace;
  • Bods trace on;
  • Cods trace=log;
  • Dods trace log;

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    71% (15)
  • C
    5% (1)
  • D
    19% (4)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice