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 (March 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 15 Mar 2002 09:35:25 -0500
Reply-To:     diskin.dennis@KENDLE.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         diskin.dennis@KENDLE.COM
Subject:      Re: Printing question from PROC REPORT
Comments: To: "Alan H. McArdle" <amcardle@OIRP.UMASS.EDU>
Content-type: text/plain; charset=us-ascii

Hi Alan,

I'm not a PROC REPORT or ODS guru but one approach would be to run (via a macro) a separate PROC REPORT for each BY group and print it independently.

HTH, Hennis Diskin

From: "Alan H. McArdle" <amcardle@OIRP.UMASS.EDU>@LISTSERV.UGA.EDU> on 03/15/2002 09:16 AM

Please respond to "Alan H. McArdle" <amcardle@OIRP.UMASS.EDU>

Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>

To: SAS-L@LISTSERV.UGA.EDU cc:

Subject: Printing question from PROC REPORT

Hello all,

I'm trying to find a way of automating the printing of some PROC REPORT output. I'm using SAS 8.2, Windows NT and an HP 8150 duplexing printer. I have a set of tables that I'm trying to print double-sided (mostly). The mostly is my problem. The output is organized in BY groups. I want to start each new BY group on a fresh page and then continue double sided until the next BY group starts. There are between 65 and 150 sets of groups all told depending on the table. Each group of pages needs to be separated and distributed to different departments for review.

In the results window, I can expand each detail group and print them separately by clicking on each one and printing it. What I'm looking for is a way of either automating this procedure or finding some alternate route to the same end.

Any help would be appreciated.

Alan H. McArdle, Associate Director Analytic Studies Office of Institutional Research 237 Whitmore University of Massachusetts Amherst Amherst, MA 01003 Voice: 413-545-5149 Fax: 413-545-3010


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