Câu 28: A00-211: SAS Base Programming for SAS 9
The following SAS program is submitted:data work.january;set work.allmonths (keep = product month num_sold cost);if month = 'Jan' then output work.january;sales = cost * num_sold;keep = product sales;run;Which variables does the WORK. JANUARY data set contain?
Nội dung câu hỏi
The following SAS program is submitted:data work.january;set work.allmonths (keep = product month num_sold cost);if month = 'Jan' then output work.january;sales = cost * num_sold;keep = product sales;run;Which variables does the WORK. JANUARY data set contain?
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. PRODUCT and SALES only
- B. PRODUCT, MONTH, NUM_SOLD and COST only
- C. PRODUCT, SALES, MONTH, NUM_SOLD and COST only
- D. An incomplete output data set is created due to syntax errors. — đá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.