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 (July 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 23 Jul 2004 09:56:15 +0200
Reply-To:     "Groeneveld, Jim" <jim.groeneveld@VITATRON.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Groeneveld, Jim" <jim.groeneveld@VITATRON.COM>
Subject:      Re: how to stop proc print newpage?
Comments: To: Rusty Shackleford <rs@OVERLOOK.HOMELINUX.NET>
Content-Type: text/plain; charset="iso-8859-1"

Rusty,

Try OPTIONS FORMDLIM=' ' or a newline character (pair) (is that possible?) or '-' for a line of dashes and an apparently implicit newline. See your docs.

Regards - Jim. -- . . . . . . . . . . . . . . . .

Jim Groeneveld, MSc. Biostatistician Science Team Vitatron B.V. Meander 1051 6825 MJ Arnhem Tel: +31/0 26 376 7365 Fax: +31/0 26 376 7305 Jim.Groeneveld@Vitatron.com www.vitatron.com

My statistics are quite predictable, but my computer may be quite unpredictable.

[common disclaimer]

-----Original Message----- From: Rusty Shackleford [mailto:rs@OVERLOOK.HOMELINUX.NET] Sent: Thursday, July 22, 2004 23:02 To: SAS-L@LISTSERV.UGA.EDU Subject: how to stop proc print newpage?

Hi, I do a lot of stuf like:

proc summary data=dd1; output out=sumdd sum=; proc print data=sumdd; run;

proc summary data=dd2; output out=sumdd sum=; proc print data=sumdd; run;

For a bunch of datasets.

Each proc print starts at the top of a new page in my .lst file. I'd rather that SAS just keep sending output to a page until the page gets full. How to do this?

Thanks!

-- Give and take free stuff: http://freecycle.org


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