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)- A6% (2)
- B77% (27)
- C3% (1)
- D14% (5)
Community Discussion
No community discussion yet for this question.