A00-212 Exam QuestionsBrowse all questions from this exam

A00-212 Exam - Question 17


Which title statement would always display current date?

Show Answer
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

1 comment
Sign in to comment
mhminkov
Aug 20, 2021

only if sas invocation is daily