Question 31: Which one of the following SAS statements correctly computes the average of four numerical values?

  1. average = mean(num1 - num4);
  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

 Correct Answer : 3

 Exp : Function mean Syntax is

 avg=Mean(x, y, z);

 avg=Mean(of x1-x10);

 avg=Mean(of x y z);

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