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

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

The following SAS program is submitted:data work.accounting;set work.department;length jobcode $ 12;jobcode=FAl;run;The WORK. DEPARTMENT data set contains a character variable named JOBCODE with a length of 5. What is the result?

Nội dung câu hỏi

The following SAS program is submitted:data work.accounting;set work.department;length jobcode $ 12;jobcode=FAl;run;The WORK. DEPARTMENT data set contains a character variable named JOBCODE with a length of 5. What is the result?

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. The length of the variable JOBCODE is 3.
  2. B. The length of the variable JOBCODE is 5. — đáp án hiện tại
  3. C. The length of the variable JOSBODE is 12.
  4. D. The program fails to execute due to errors.

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ề