Câu 27: A00-211: SAS Base Programming for SAS 9
Given the following IF/THEN statement:If Age NE 16 and Age NE 15 then Group=1;Which assignment statement for variable Group is functionally equivalent to the original statement used in the above data step?
Nội dung câu hỏi
Given the following IF/THEN statement:If Age NE 16 and Age NE 15 then Group=1;Which assignment statement for variable Group is functionally equivalent to the original statement used in the above data step?
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. if (Age NE 16) or (Age NE 15) then Group=1; — đáp án hiện tại
- B. where Age not between (15 and 16) then Group=1;
- C. where Age not between 15 and 16 then Group=1;
- D. if Age not in(15,16) then Group=1;
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.