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 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 3 Sep 2008 19:48:48 +0200
Reply-To:   Joakim Englund <joakim.englund@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Joakim Englund <joakim.englund@GMAIL.COM>
Subject:   Spread out one row over many rows in a table
Content-Type:   text/plain; charset=ISO-8859-1

Dear all,

Say I have the following data:

Example of some interesting text Enr.

Example of some interesting text Day 1

Example of some interesting text Day 2

Example of some interesting text Day 3 Example of some interesting text F-u

and I want to present it with ods rtf and proc report in word with "Example of some interesting text" only once spread out for the five rows:

Example Enr.

of some Day 1

interesting Day 2

text Day 3 F-u

How do I do it?

Kind Regards, Joakim


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