Câu 73: A00-211: SAS Base Programming for SAS 9
The SAS data set PETS is sorted by the variables TYPE and BREED. The following SAS program is submitted:proc print data = pets;var type breed;sum number;run;What is the result?
Nội dung câu hỏi
The SAS data set PETS is sorted by the variables TYPE and BREED. The following SAS program is submitted:proc print data = pets;var type breed;sum number;run;What is the result?
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. The SUM statement produces only a grand total of NUMBER. — đáp án hiện tại
- B. The SUM statement produces only subtotals of NUMBER for each value of TYPE.
- C. The SUM statement produces both a grand total of NUMBER and subtotals of NUMBER for each value of TYPE.
- D. Nothing is produced by the SUM statement; the program fails to execute.
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.