Câu 6: A00-211: SAS Base Programming for SAS 9
The following SAS program is submitted, creating the SAS data set ONE: data one; infile file specification; input num chars$; run;ONE -NUM CHAR -------- ---------1 233 231 77The following SAS program is submitted:proc print data = one;where char = 23;run;What is output?
Nội dung câu hỏi
The following SAS program is submitted, creating the SAS data set ONE: data one; infile file specification; input num chars$; run;ONE -NUM CHAR -------- ---------1 233 231 77The following SAS program is submitted:proc print data = one;where char = 23;run;What is output?
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. NUM CHAR 1 77
- B. NUM CHAR 1 23 3 23
- C. NUM CHAR 1 23 3 23 1 77
- D. No output is generated. — đá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.