I'm producing a series of reports from one dataset using proc report. In each report there are the volume of individuals by category - I want to get each one of these volumes output as a pecentage of the total.
e.g.
Vol Perc
10 ?%
10 ?%
10 ?%
10 ?%
40 100%
Is there anyway of doing this within the proc report or am I going to have create separate data sets for each series of reports and create a total number of Volumes within that?
Many thanks
James
e.g.
Vol Perc
10 ?%
10 ?%
10 ?%
10 ?%
40 100%
Is there anyway of doing this within the proc report or am I going to have create separate data sets for each series of reports and create a total number of Volumes within that?
Many thanks
James