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
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)- A2% (1)
- B9% (4)
- C81% (35)
- D7% (3)
Community Discussion
No community discussion yet for this question.
