CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 49: A00-211: SAS Base Programming for SAS 9

Given the following raw data record:----I----10---I----20---I----30son Travis,The following output is desired:Obs relation firstname -1 son TravisWhich SAS program correctly reads in the raw data?

Nội dung câu hỏi

Given the following raw data record:----I----10---I----20---I----30son Travis,The following output is desired:Obs relation firstname -1 son TravisWhich SAS program correctly reads in the raw data?

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.

  1. A. data family ( dIm = ‘,’); infile ‘tile specification’; input relation $ firstname $; run;
  2. B. options dIm = ‘,’; data family; infile ‘file specification’; input relation $ firstname $; run;
  3. C. data family; infile ‘file specification’ dIm = ‘,’; input relation $ firstname $; run; — đáp án hiện tại
  4. D. data family; infile ‘file specification’; input relation $ firstname $ / dim = ‘,’; run;

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.

Câu hỏi liền kề