Câu 15: A00-211: SAS Base Programming for SAS 9
The following SAS program is submitted:data work.flights;destination = cph;select(destination);when(LHR) city = London;when(CPH) city = Copenhagen;otherwise city = Other;end;run;What is the value of the CITY variable?
Nội dung câu hỏi
The following SAS program is submitted:data work.flights;destination = cph;select(destination);when(LHR) city = London;when(CPH) city = Copenhagen;otherwise city = Other;end;run;What is the value of the CITY variable?
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. Other — đáp án hiện tại
- B. Copenh
- C. Copenhagen
- D. ‘‘(missing character value)
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.