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 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 13 Sep 2007 14:31:39 -0500
Reply-To:   "data _null_," <datanull@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "data _null_," <datanull@GMAIL.COM>
Subject:   Re: by group printed output
Comments:   To: wcw2 <wcw2@cdc.gov>
In-Reply-To:   <200709131924.l8DG6U0u018363@mailgw.cc.uga.edu>
Content-Type:   text/plain; charset=ISO-8859-1

Do you have options NOBYLINE.

See what this reports...

proc options option=byline; run;

On 9/13/07, wcw2 <wcw2@cdc.gov> wrote: > How do I get the "by" group designations to appear in my printed output? > I've run 6 separate (by group) analyses and can't match up the results with > the group! duhhhhh......thanks >


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