Question 65 : 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?

  1. 1
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material
  5. Correct Answer 2 :

 Exp :

You can access to full explanation to question and answer from this page.