Question 66 : Which one of the following SAS system options displays the time on a report?

  1. TIME
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. 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.