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 (January 1998, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 22 Jan 1998 08:43:50 -0800
Reply-To:     "kmself@ix.netcom.com" <kmself@ix.netcom.com>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Karsten M. Self" <kmself@IX.NETCOM.COM>
Organization: Self Analysis
Subject:      Re: Solution: Graph: counting output pages
Comments: To: John Jones <jonesj@pharmaresearch.com>
Content-Type: text/plain; charset="us-ascii"

I suppose you're answering the question "how do I put the page number on a graph". This wasn't what I was looking for (assume the user can count), but rather: what graphs did I print, and in what order?

Being 1). lazy, and 2). the inheritor of a number of reporting programs which have any number of methods of producing graphs (macros, BY variables, the like), I'm looking for a fix to add post hoc, which can be applied once (after graph procedures have run), and which won't require significant maintenance down the road. Paginating output is not a requirement (though it would be a nice touch).

Where I beginning from a clean slate, I would write my program to generate graphs to catalog(s) (multiple if, say, some of the output were to be printed and some not), then GREPLAY the graphs I wanted to print. Ideally, this would be done using a macro which could add annotations, pagination, and the like -- tasks I feel are better suited for print-time specification than graph-generation time specification. This would allow for things like choosing 1 , 2, 4, or more, plots per sheet, global vs. local titles, inclusion or exclusion of specified plots, and generally, better control over final output.

On Thursday, January 22, 1998 5:20 AM, John Jones [SMTP:jonesj@pharmaresearch.com] wrote: > Don't know if this fits your need but I have used > the catalog procedure to create a dataset with the > names of the entries within a catalog, counted the > entries, and plugged the number into a mac var. >

Karsten M. Self (kmself@ix.netcom.com)

What part of "gestalt" don't you understand? (Welchen Teil von "Gestalt" verstehen Sie nicht?)


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