FREQ produces a frequency table. ROUND=1 rounds each value to the nearest integer.
proc univariate data=statepop freq round=1 nextrobs=2
                nextrval=4;