LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2005, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page