i have a data set and would like to run macro and obtain summary statistics for three numeric variables var2,var3,var4 against one categoric variable(var5) using
the following either of this code:
%macro examq1f(id, var2, var3, var4, var5);
proc freq;
title 'frequency tables using...