Câu 5: A00-211: SAS Base Programming for SAS 9
The following SAS program is submitted:data work.empsalary;set work.people (in = inemp)work.money (in = insal);if insal and inemp;run;The SAS data set WORKPEOPLE has 5 observations, and the data set WORKMONEY has 7 observations. How many observations will the data setWORK. EMPSALARY contain?
Nội dung câu hỏi
The following SAS program is submitted:data work.empsalary;set work.people (in = inemp)work.money (in = insal);if insal and inemp;run;The SAS data set WORKPEOPLE has 5 observations, and the data set WORKMONEY has 7 observations. How many observations will the data setWORK. EMPSALARY contain?
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. 0 — đáp án hiện tại
- B. 5
- C. 7
- D. 12
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.