SAS_Institute
A00-201 · Question #59
A00-201 Question #59: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #59. The question stem and answer options stay visible for context.
Question
The following SAS program is submitted:
data work.new;
mon = 3;
day = 23;
year = 2000;
date = mdy(mon,day,year);
run;
Which one of the following is the value of the DATE variable?
Options
- Aa character string with the value '23mar2000'
- Ba character string with the value '03/23/2000'
- Ca numeric value of 14692, which represents the SAS date value for March 23, 2000
- Da numeric value of 3232000, which represents the SAS date value for March 23, 2000
Unlock A00-201 to see the answer
You've previewed enough free A00-201 questions. Unlock A00-201 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.