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

Câu 48: A00-212: SAS Advanced Programming for SAS 9

Given the SAS data set ONE:ONE -DIVISION SALES -A 1234 -A 3654 -B 5678 -The following SAS program is submitted:Data_null_;Set one;By divition;If first.division then -Do;%let mfirst=sales;end;run;What is the value of the macro variable MFRIST when the program finishes execution?

Nội dung câu hỏi

Given the SAS data set ONE:ONE -DIVISION SALES -A 1234 -A 3654 -B 5678 -The following SAS program is submitted:Data_null_;Set one;By divition;If first.division then -Do;%let mfirst=sales;end;run;What is the value of the macro variable MFRIST when the program finishes execution?

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. 1234
  2. B. sales — đáp án hiện tại
  3. C. 5678
  4. D. null

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ề