Câu 20: A00-211: SAS Base Programming for SAS 9
A raw data record is listed below:--------10-------20-------301999/10/25The 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?
Nội dung câu hỏi
A raw data record is listed below:--------10-------20-------301999/10/25The 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?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. duration = today( ) - put(date,ddmmyy10.);
- B. duration = today( ) - put(date,yymmdd10.);
- C. duration = today( ) - input(date,ddmmyy10.);
- D. duration = today( ) - input(date,yymmdd10.); — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.