nerdexam
SAS_Institute

A00-211 · Question #155

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…

The correct answer is B. ----I----10---I----20---I----30. See the full explanation below for the reasoning.

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

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    84% (37)
  • C
    5% (2)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice