nerdexam
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)
  • A
    16% (3)
  • B
    74% (14)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice