Câu 19: A00-211: SAS Base Programming for SAS 9
The SAS data set BANKS is listed below:BANKS -name rateFirstCapital 0.0718 -DirectBank 0.0721 -VirtualDirect 0.0728 -The following SAS program is submitted:data newbank;do year = 1 to 3;set banks;capital + 5000;end;run;Which one of the following represents how many observations and variables will exist in the SAS data…
Nội dung câu hỏi
The SAS data set BANKS is listed below:BANKS -name rateFirstCapital 0.0718 -DirectBank 0.0721 -VirtualDirect 0.0728 -The following SAS program is submitted:data newbank;do year = 1 to 3;set banks;capital + 5000;end;run;Which one of the following represents how many observations and variables will exist in the SAS data set NEWBANK?
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 observations and 0 variables
- B. 1 observations and 4 variables — đáp án hiện tại
- C. 3 observations and 3 variables
- D. 9 observations and 2 variables
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.