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

Câu 53: A00-211: SAS Base Programming for SAS 9

The following SAS program is submitted:proc sort data = work.employee;by descending fname;proc sort data = work.salary;by descending fname;data work.empdata;merge work.employeework.salary;by fname;run;Why does the program rail to execute?

Nội dung câu hỏi

The following SAS program is submitted:proc sort data = work.employee;by descending fname;proc sort data = work.salary;by descending fname;data work.empdata;merge work.employeework.salary;by fname;run;Why does the program rail to execute?

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 SORT procedures contain invalid syntax.
  2. B. The merged data sets are not permanent SAS data sets.
  3. C. The RUN statement was omitted alter each or the SORT procedures.
  4. D. The data sets were not merged in the order by which they were sorted. — đá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.

Câu hỏi liền kề