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)- A3% (2)
- B7% (5)
- C13% (9)
- D76% (51)
Community Discussion
No community discussion yet for this question.