nerdexam
SAS_Institute

A00-211 · Question #155

A00-211 Question #155: Real Exam Question with Answer & Explanation

Sign in or unlock A00-211 to reveal the answer and full explanation for question #155. The question stem and answer options stay visible for context.

Question

Given the SAS data set PEPM.STUDENTS: PERM.STUDENTS NAME AGE --------- ------ Alfred 14 Alice13 Barbara13 Carol14 The following SAS program is submitted: libname perm SAS data library'; data students; set perm.students; file file specification'; put name $15. @5 age 2.; run; What is written to the output raw data file?

Options

  • A----I----10---I----20---I----30
  • B----I----10---I----20---I----30
  • C----I----10---I----20---I----30
  • D----I----10---I----20---I----30

Unlock A00-211 to see the answer

You've previewed enough free A00-211 questions. Unlock A00-211 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full A00-211 Practice
Given the SAS data set PEPM.STUDENTS: PERM.STUDENTS NAME AGE... | A00-211 Q#155 Answer | NerdExam