Câu 81: A00-211: SAS Base Programming for SAS 9
The following SAS program is submitted:libname temp SAS data library;data work.new;set temp.jobs;format newdate mmddw10.;mdate = month(newdate);ddate = weekday(newdate);run;proc print data = work.new; run;The variable NEWDATE contains the SAS date value for April 15. 2005. What output is produced if April 15, 2005 fal…
Nội dung câu hỏi
The following SAS program is submitted:libname temp SAS data library;data work.new;set temp.jobs;format newdate mmddw10.;mdate = month(newdate);ddate = weekday(newdate);run;proc print data = work.new; run;The variable NEWDATE contains the SAS date value for April 15. 2005. What output is produced if April 15, 2005 falls on a Friday?
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. Obsnewdate mdate ddate 104/15/2005 APR 6
- B. Obs newdate mdate ddate 104/15/2005 4 6 — đáp án hiện tại
- C. Obs newdate mdate ddate 104/15/2005 APR 7
- D. Obs newdate mdate ddate
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.