Date: Wed, 1 Oct 2008 14:03:17 -0700
Reply-To: JH <jenharper52@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: JH <jenharper52@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: ods rtf output: eliminate blank lines
Content-Type: text/plain; charset=ISO-8859-1
As YaHuang said, code helps. I found that using bodytitle increases
space between tables as SAS is leaving a title line (which may be
blank if you don't have a title set) between tables. I got my tables
a little closer together by doing that.
I'm guessing after that you have to dig into the TEMPLATE code which
still scares me!
On Sep 30, 3:00 pm, c...@STUNTZ.ORG (Christine Peloquin) wrote:
> hello.
>
> i am new to ODS and have spent too many work hours trying to solve this
> problem. any help would be greatly appreciated....
>
> i am creating a codebook with a sas program with odsrtf. the program
> is a macro program which loops through macro variables. one data
> _null_ step is run for each variable in the dataset. in thertffile,
> there are blank lines between the output generated from each data step.
> is there anyway to prevent these blank lines from appearing?
>
> many, many thanks.
> christine
|