Hi,    In my dataset , there are 3 columns Q1, Q2, Q3 which contains 3 brands like Honda, VW, Maruti. For each column there is a rating scale question rated from 1 to 7.   Now i am looking for the code as per the following output using Proc tabulate or Proc report:                                              Honda     VW     Maruti       Base:All Respondents         30          30          30  7                                         5          6             9      6                                       10           4            1     5                                        5            2            5       4                                        1            3            5     3                                        3            5            2   2                                        2            5            3  1                                        5            5            5  Top2 Box [7/6]                    15          10          10  Middle 3 Box [3/4/5]             9           10          12   Botttom 2 Box [1/2]             7            10          8  Mean                                  4.5          4.3          4.2    Please kindly help me out with the above table format code.    Thanks in Advance.  Sandeep.K   
						
					
					... View more