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