Câu 11: A00-211: SAS Base Programming for SAS 9
Given the contents of the raw data file EMPLOYEE:----|----10----|----20----|----30Alan -19/2/2004ACCT -Rob -22/5/2004MKTG -MaryJane -14/3/2004EDUC -The following SAS program is submitted:data emps;infile employee;input@1 name$@15 date @25 department$;run;Which INFORMAT correctly completes the program?
Nội dung câu hỏi
Given the contents of the raw data file EMPLOYEE:----|----10----|----20----|----30Alan -19/2/2004ACCT -Rob -22/5/2004MKTG -MaryJane -14/3/2004EDUC -The following SAS program is submitted:data emps;infile employee;input@1 name$@15 date @25 department$;run;Which INFORMAT correctly completes the program?
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. date9.
- B. ddmmyyyy9.
- C. ddmmyy10. — đáp án hiện tại
- D. ddmmyyyy10.
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.