Câu 23: A00-211: SAS Base Programming for SAS 9
Given the SAS data set PEPM.STUDENTS:PERM. STUDENTS NAME AGE ---------- ------ Alfred 14Alice13 -Barbara13 -Carol14 -The following SAS program is submitted:libname perm SAS data library;data students;set perm.students;file file specification;put name $15. @5 age 2.;run;What is written to the output raw data file?
Nội dung câu hỏi
Given the SAS data set PEPM.STUDENTS:PERM. STUDENTS NAME AGE ---------- ------ Alfred 14Alice13 -Barbara13 -Carol14 -The following SAS program is submitted:libname perm SAS data library;data students;set perm.students;file file specification;put name $15. @5 age 2.;run;What is written to the output raw data file?
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. ----I----10---I----20---I----30 Alfred 14 Alice 13 Barbara 13 Carol 14
- B. ----I----10---I----20---I----30 Alfr14 Alic13 Barb13a Carol 4 — đáp án hiện tại
- C. ----I----10---I----20---I----30 Alfr14ed Alic130 Barb13ara Caro141
- D. ----I----10---I----20---I----30 Alfred14 Alice13 Barbara13
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.