| Charming man. I wish I had a daughter so I could forbid her to marry one...
| |
|---|
| =========================================================================
| |
|---|
| Date: | Tue, 18 Feb 2003 15:51:06 -0800 |
| Reply-To: | John Hewitt <john_hewitt2003@YAHOO.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | John Hewitt <john_hewitt2003@YAHOO.COM> |
| Subject: | Question on rearranging data for output. |
| In-Reply-To: | <se534a9a.010@doh.health.nsw.gov.au> |
| Content-Type: | text/plain; charset=us-ascii |
|---|
Dear ALL:
I have a dataset organized as follows:
Act_reason Act_Outcome x1 x2 y1 y2 Z1 Z2
Btext Z00
NAB Z00
Omitted Ads Z00
Other Z00
BText Z0A
NAB Z0A
Omitted Ads Z0A
Other Z0A
BText Z0C
NAB Z0C
Other Z0C
Which I want to reorganize as follows:
Z00 Z0A ZOC
x1 x2 y1 y2 Z1 Z2 x1 x2 y1 y2 Z1 Z2 x1 x2 y1 y2 Z1 Z2
Btext
NAB
Omitted Ads
Other
I have tried using Proc Tabulate but can't seem to make it work. Can anyone kindly suggest a good approach.
Thanks in advance for your help.
John
---------------------------------
|