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

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.

  1. A. MPG is not a numeric variable.
  2. B. LOAD is not a variable in the data set GT100.
  3. C. LOAD is not variable in the data set AIRPLANES. — đáp án hiện tại
  4. 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.

Câu hỏi liền kề