SAS_Institute
A00-211 · Question #69
A00-211 Question #69: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #69. 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; 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-211 to see the answer
You've previewed enough free A00-211 questions. Unlock A00-211 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.