SAS_Institute
A00-201 · Question #91
A00-201 Question #91: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #91. The question stem and answer options stay visible for context.
Question
A raw data record is listed below:
----|----10----|----20----|----30
1999/10/25
The following SAS program is submitted:
data projectduration;
infile 'file-specification';
input date $ 1 - 10;
<insert statement here>
run;
Which one of the following statements completes the program above and computes the duration of the project in days as of today's date?
Options
- Aduration = today() - put(date,ddmmyy10.);
- Bduration = today() - put(date,yymmdd10.);
- Cduration = today() - input(date,ddmmyy10.);
- Dduration = today() - input(date,yymmdd10.);
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.