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