Hi: Have you tried restricting the variables to Univariate using the VAR statement? Just because you have a HISTOGRAM statement does not limit the variables used for analysis. Usually the VAR statement restricts the variables used for analysis. This is what it says in the documentation for Univariate: "The VAR statement specifies the analysis variables and their order in the results. By default, if you omit the VAR statement, PROC UNIVARIATE analyzes all numeric variables that are not listed in the other statements." cynthia
... View more