nerdexam
SAS_Institute

A00-211 · Question #1

Given the SAS data set AGES: AGES AGE --------- The variable AGE contains character values. The following SAS program is submitted: data subset; set ages; where age> 12; run; How many observations…

The correct answer is A. 0. See the full explanation below for the reasoning.

Question

Given the SAS data set AGES:

AGES AGE --------- The variable AGE contains character values. The following SAS program is submitted:

data subset; set ages; where age> 12; run; How many observations are written out to the data set SUBSET?

Options

  • A0
  • B1
  • C2
  • D3

How the community answered

(42 responses)
  • A
    74% (31)
  • B
    2% (1)
  • C
    7% (3)
  • D
    17% (7)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice