nerdexam
SAS_Institute

A00-211 · Question #157

The following SAS program is submitted; data combine; country = Italy, Russia, ireland'; found = find(country, i'); run; What is the value of the variable FOUND in the output data set?

The correct answer is B. 12. See the full explanation below for the reasoning.

Question

The following SAS program is submitted; data combine; country = Italy, Russia, ireland'; found = find(country, i'); run; What is the value of the variable FOUND in the output data set?

Options

  • A1
  • B12
  • CItaly
  • DRussia

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    77% (27)
  • C
    3% (1)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice