proc tabulate data = billion ; class region ; var age ; tables region, age * (mean stddev) ; run ;