Date: Thu, 8 Jul 2004 20:12:05 -0300
Reply-To: Adriano Rodrigues <adriano@GPP.COM.BR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Adriano Rodrigues <adriano@GPP.COM.BR>
Subject: Re: output question
Content-Type: text/plain; charset="iso-8859-1"
Hi Jim,
Yes, are freqs.
I want one code like:
proc freq;
table p1 p2 p3 / alltogetherinonetableinrows; run;
but the results in the format
5 4 3 2 1 0
p1 30.0 20.0 10.0 0.0 10.0 30.0
p2 40.0 60.0 0.0 0.0 0.0 0.0
p3 50.0 10.0 0.0 40.0 0.0 0.0
with out comand i can make this, but is not fast method...(i think) :-)
Thx anyway:-)
Adriano
|