SAS_Institute
A00-211 · Question #197
The following SAS program is submitted: data allobs; set sasdata.origin (firstobs = 75 obs = 499); run; The SAS data set SASDATA.ORIGIN contains 1000 observations. How many observations does the…
The correct answer is B. 425. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data allobs; set sasdata.origin (firstobs = 75 obs = 499); run; The SAS data set SASDATA.ORIGIN contains 1000 observations. How many observations does the ALLOBS data set contain?
Options
- A424
- B425
- C499
- D1000
How the community answered
(19 responses)- A16% (3)
- B74% (14)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.