Date: Tue, 3 Feb 2004 19:44:29 -0800
Reply-To: Rocco <swaptrader@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Rocco <swaptrader@HOTMAIL.COM>
Organization: Bell Sympatico
Subject: Question on how to create a Table.....
Hello,
I am trying to create a table with data listed in the following format:
ID Q R
10 Q1 No
10 Q2 No
10 Q3 Yes
20 Q1 Yes
20 Q2 Yes
20 Q3 Yes
30 Q1 No
30 Q2 Yes
30 Q3 No
Table Format I am trying to create:
ID Q1 Q2 Q3
10 No No Yes
20 Yes Yes Yes
30 No Yes No
I am using the "proc tabulate" command, but I am unable to get the data in
the desired table format.
If someone could help me it would be much appreciated.
Thanks.......