CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. duration = today( ) - put(date,ddmmyy10.);
  2. B. duration = today( ) - put(date,yymmdd10.);
  3. C. duration = today( ) - input(date,ddmmyy10.);
  4. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề