Câu 7: A00-211: SAS Base Programming for SAS 9
The following SAS program is submitted:data work.retail;cost = 20000;total= .10* costrun;What is the result?
Nội dung câu hỏi
The following SAS program is submitted:data work.retail;cost = 20000;total= .10* costrun;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 value of the variable TOTAL in the output data set is 2000. No messages are written to the SAS log.
- B. The value of the variable TOTAL in the output data set is 2000. A note that conversion has taken place is written to the SAS log. — đáp án hiện tại
- C. The value of the variable TOTAL in the output data set is missing. An error message is written to the SAS log.
- D. The variable TOTAL in the output data set has no value. The program fails to execute due to a syntax error.
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.