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?
Kleinstone
3 years, 10 months agopiycc09
3 years, 10 months agoKleinstone
3 years, 10 months ago