SAS Base Programming for SAS 9 — Question 23

Unless specified, which variables and data values are used to calculate statistics in the MEANS procedure?

Answer options

Correct answer: A

Explanation

The correct answer is A because the MEANS procedure calculates statistics based solely on non-missing numeric values. Options B, C, and D include either missing values or character variables, which are not utilized in statistical calculations by the MEANS procedure.