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)- A5% (1)
- B71% (15)
- C5% (1)
- D19% (4)
Community Discussion
No community discussion yet for this question.