| Date: | Fri, 30 Sep 2005 02:46:02 -0400 |
| Reply-To: | Tom Hide <Tom.hide@DEHIWORLD.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Tom Hide <Tom.hide@DEHIWORLD.COM> |
| Subject: | Re: Help needed to produce a report using SAS |
|---|
Hiya
One method is to output each variable as a separate observation, and assign
a sequence number to that so that they show in the required order.
Obviously, you will have to group by provider and patient.
You could then prepare a format to show the description for each result.
I'll email you the code as to how I approached it from the data you sent me.
Cheers
Tom
|