Date: Thu, 13 Mar 2003 23:56:18 +0000
Reply-To: SAS User <sasuser@GUILDENSTERN.DYNDNS.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: SAS User <sasuser@GUILDENSTERN.DYNDNS.ORG>
Subject: Re: Supress page breaks in SQL reports?
In-Reply-To: <000701c2e9ba$68c78410$296438a6@wcomnet.com>
Content-Type: text/plain; charset=us-ascii
on Thu, Mar 13, 2003 at 03:43:53PM -0800, Jeff Voeller (c-jeff.voeller@WCOM.COM) wrote:
> On Thursday, March 13, 2003 SAS User wrote:
> > I've picked by brain, SAS docs, and Google already. Is there an option
> > to suppress page breaks between SQL reports? E.g.:
> >
> > data foo; do i= 1 to 10; output; end; run;
> >
> > proc sql;
> >
> > select mean(i) as mean from foo;
> > select max(i) as max from foo;
> > select min(i) as min from foo;
> > quit;
> >
> > ...would produce a three page report (clearly this example could be
> > recoded, that's not an option).
> >
> > Any way for the three outputs to appear on a single page?
> Check out OPTIONS FORMDLIM=.
Nope.
--
Charming man. I wish I had a daughter so I could forbid her to marry one...
|