Dear All, Assume, there are a dataset. The dataset name is my_data, there are 3 fields:term, financed amount, interes_rate. My purposes are calculate the min interest_rate per term. And, calculate the sum of financed amount for that term's interest rate is min value. Now, I use two PROC MEANS to finish the job. could you I just use only one PROC MEANS to do that? Thanks.
... View more