Question 66 : Which one of the following SAS system options displays the time on a report?
- TIME
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer 2 :
Exp : the questions is related to displaying time on report not to reads or write a date. So, you need to use date is in sas systeme option. here an example:
options date pageno=1;
proc print data=test.example;
run;
You can access to full explanation to question and answer from this page.