nerdexam
SAS_Institute

A00-211 · Question #158

Given the following code: proc print data=SASHELP.CLASS(firstobs=5 obs=15); where Sex='M'; run; How many observations will be displayed?

The correct answer is D. 11 or fewer. See the full explanation below for the reasoning.

Question

Given the following code:

proc print data=SASHELP.CLASS(firstobs=5 obs=15); where Sex='M'; run; How many observations will be displayed?

Options

  • A11
  • B15
  • C10 or fewer
  • D11 or fewer

How the community answered

(67 responses)
  • A
    3% (2)
  • B
    7% (5)
  • C
    13% (9)
  • D
    76% (51)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice