What is the value of the variable FOUND in the output data set?

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?
A . 1
B. 12
C. Italy
D. Russia

Answer: B

Latest A00-231 Practice Questions with 262 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
0 Comments