nerdexam
SAS_Institute

A00-212 · Question #191

This question will ask you to provide a segment of missing code. Given the following program and data: What is the WHERE statement that successfully completes the PROC PRINT and selects the…

The correct answer is A. Where Birthday=&"Want". See the full explanation below for the reasoning.

Question

This question will ask you to provide a segment of missing code. Given the following program and data:

What is the WHERE statement that successfully completes the PROC PRINT and selects the observation from Barb?

Exhibit

A00-212 question #191 exhibit

Options

  • AWhere Birthday=&"Want";
  • BWhere Birthday=&`Want' d;
  • CBirthday=&Want;
  • DBirthday=&"Want" d;

How the community answered

(24 responses)
  • A
    75% (18)
  • B
    4% (1)
  • C
    17% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice