Câu 44: A00-211: SAS Base Programming for SAS 9
The following SAS program is submitted:data one;addressl = 214 London Way;run;data one;set one;address = tranwrd(address1, Way, Drive); run;What are the length and value of the variable ADDRESS?
Nội dung câu hỏi
The following SAS program is submitted:data one;addressl = 214 London Way;run;data one;set one;address = tranwrd(address1, Way, Drive); run;What are the length and value of the variable ADDRESS?
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. Length is 14; value is ‘214 London Dri’.
- B. Length is 14; value is ‘214 London Way’.
- C. Length is 16; value is ‘214 London Drive’.
- D. Length is 200; value is ‘214 London Drive’. — đáp án hiện tại
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.