OPTIONS LINESIZE=66; data ygsr; infile 'univar data a'; INPUT time v1 / v2; PROC UNIVARIATE DATA=ygsr; var time v2; run;