| 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 |
|
| 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
>
|