The 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?
Reveal answer
Fill a bubble to check yourself
The 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?