Exam A00-212 All QuestionsBrowse all questions from this exam
Question 17

Which title statement would always display current date?

    Correct Answer: D

    The title statement 'Today is: &sysdate.' will always display the current date because the macro variable &sysdate contains the current date in SAS. This ensures that every time the code is run, the variable &sysdate is updated to reflect the correct date.

Discussion
mhminkov

only if sas invocation is daily