NOPRINT suppresses the tables of statistics that the PROC UNIVARIATE statement creates. The VAR statement specifies the analysis variable.
proc univariate data=metropop noprint;
    var populationcount;