nerdexam
SAS_Institute

A00-281 · Question #92

The following SAS program is submitted: How many data sets are created and how many observations are in the data set(s)?

The correct answer is C. 2 data sets named PVALUES and PVALUES1 each with 1 observation. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

How many data sets are created and how many observations are in the data set(s)?

Exhibit

A00-281 question #92 exhibit

Options

  • A1 data set named PVALUES with 1 observation.
  • B1 data set named PVALUES with 2 observations.
  • C2 data sets named PVALUES and PVALUES1 each with 1 observation.
  • D2 data sets named PVALUES1 and PVALUES2 each with 2 observations

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    81% (35)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice