Given the following code executed with system date and time of April 29, 2020 at 10:33 AM:
Given the following code executed with system date and time of April 29, 2020 at 10:33 AM:
data _null_;
daytim=put("&sysdate"d,date9.)||" "||put("&systime"t,time8.);
call symputx("nowdate", daytim);
run;
%put &nowdate;
The output of the macro variable "nowdate" in the log will be:
A . &nowdate
B . 29APR2020 10:33 AM
C . daytim
D . 29APR2020 10:33:00
Answer: D
Latest A00-282 Dumps Valid Version with 145 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments