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.
- A. The SORT procedures contain invalid syntax.
- B. The merged data sets are not permanent SAS data sets.
- C. The RUN statement was omitted alter each or the SORT procedures.
- 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.