Date: Wed, 14 Jul 2004 16:41:49 -0400
Reply-To: sashole@bellsouth.net
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Paul M. Dorfman" <sashole@BELLSOUTH.NET>
Organization: Sashole of Florida
Subject: Re: ODS and table width
In-Reply-To: <8C8C5311A9AB3E4E934AA466F2AC031B538CBC@exchange.atherogenics.com>
Content-Type: text/plain; charset="us-ascii"
Igor,
You could add a BY-variable to the file (through a view for efficiency
sake), whose number of distinct values YOU control, then add the
corresponding BY statement to the proc. You can then combine NOBYLINE with
#BYVALn, say,
ods noptitle ;
option nobyline ;
title 'Slide #byval1' ;
Proc freq...
or just clear the title to kill the bylines altogether if the beautification
is of no concern.
Kind regards,
----------------
Paul M. Dorfman
Jacksonville, FL
----------------
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On
> Behalf Of Igor Kurbeko
> Sent: Wednesday, July 14, 2004 3:23 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: ODS and table width
>
> Hi, folks.
>
>
>
> I produce table with proc FREG, LS=130
>
> So in the OUPTUT window the table is broken down in 4 segments.
>
>
>
> But when I use ODS HTML I'm getting one huge table (since LS
> has no effect on ODS HTML). But I'd like to break it down in
> 4 segments (just like in the OUTPUT).
>
>
>
> Does anyone have any idea how to go about it?
>
>
>
> Thanks
>
>
>
> Igor Kurbeko
>
> Clinical Programmer Analyst
>
> 678 336 4328
>
> ikurbeko@atherogenics.com
>
>
>
> Our job is not to interpret the world, but to change it
>
>
>
>
>
|