CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. The SUM statement produces only a grand total of NUMBER. — đáp án hiện tại
  2. B. The SUM statement produces only subtotals of NUMBER for each value of TYPE.
  3. C. The SUM statement produces both a grand total of NUMBER and subtotals of NUMBER for each value of TYPE.
  4. 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.

Câu hỏi liền kề