Hello all,
I have two BY variables, Fund_Code & Fund_Name, for my proc print. They are basically the same thing. Fund Code lists the numeric fund code, while Fund Name lists the fund name.
SAS calculates the total for each BY variable automatically. But I only want to have one total printed at the end of the report. How can i do this? Currently it shows the total for fund code and a total for fund name. The two totals are the same.
Thanks for your help !!!
KevinC.