[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    Re: Use Proc Report to write a report to determine the average
From:       Jayakumar Ramachandra <jayakumarreddy () GMAIL ! COM>
Date:       2008-04-30 18:06:50
Message-ID: 200804301806.m3UHbM1W015241 () malibu ! cc ! uga ! edu
[Download RAW message or body]

this is what i did

proc report data=sashelp.class;
column sex, (weight height);
define sex/across;
define height/analysis mean;
define weight/analysis mean;
run;

apart from naming the variables and other presenting methods,is there a
better way to do this without the compute step.

Thank You

Jay
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic