Câu 83: A00-211: SAS Base Programming for SAS 9
Given the AIRPLANES data set -AlRPLANES -TYPE MPG --------- ------F-18 105 -C-130 25 -Harrier 75 -A-6 110 -The following SAS program is submitted:data gt100;set airplanes(keep = type mpg load);load = mpg * 150;run;The program fails to execute due to syntax errors. What is the cause of the syntax error?
Nội dung câu hỏi
Given the AIRPLANES data set -AlRPLANES -TYPE MPG --------- ------F-18 105 -C-130 25 -Harrier 75 -A-6 110 -The following SAS program is submitted:data gt100;set airplanes(keep = type mpg load);load = mpg * 150;run;The program fails to execute due to syntax errors. What is the cause of the syntax error?
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. MPG is not a numeric variable.
- B. LOAD is not a variable in the data set GT100.
- C. LOAD is not variable in the data set AIRPLANES. — đáp án hiện tại
- D. LOAD must be defined prior to the SET statement.
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.