SAS_Institute
A00-281 · Question #54
This question will ask you to provide lines of missing code. Which ODS statements, inserted respectively in the two locations indicated above, create a report stored in a PDF file?
The correct answer is C. ods pdf file='AE.pdf'. See the full explanation below for the reasoning.
Question
This question will ask you to provide lines of missing code. Which ODS statements, inserted respectively in the two locations indicated above, create a report stored in a PDF file?
Options
- Aods pdf open='AE.pdf';
- Bods file open='AE.pdf' type=pdf;
- Cods pdf file='AE.pdf';
- Dods file pdf='AE.pdf';
How the community answered
(62 responses)- A18% (11)
- B5% (3)
- C71% (44)
- D6% (4)
Community Discussion
No community discussion yet for this question.