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 (December 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 16 Dec 2004 12:47:10 -0800
Reply-To:   "jirka.hana@gmail.com" <jirka.hana@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "jirka.hana@gmail.com" <jirka.hana@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: Reports in SAS?
Content-Type:   text/plain; charset="iso-8859-1"

Could you please give me a hint how to use proc report to get things into a proper place? Let's say I have the following data:

name, SSN, DOB, ... (test results for the last 5 years) testA1-testA5 testB1-testB5 (salary, and customer satisfaction for the last 3 years) salary1-salary3 custSatisf1-custSatisf3 comment

I need to print first the basic data, than the table with tests, then the table with salary, etc and finally some comment. All data come with labels. (In fact I am printing some data about children, but this is looks simpler)

Thanks a lot Jirka

I would like to have


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