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 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 21 Mar 2007 13:28:50 -0400
Reply-To:     "Wainwright, Andrea" <andrea.wainwright@CAPITALONE.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Wainwright, Andrea" <andrea.wainwright@CAPITALONE.COM>
Subject:      Re: Log window is filling up
Comments: To: "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
In-Reply-To:  A<200703211353.l2LAm8fj028043@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

I don't think so.

Actually I am using by processing to do it on the 4 different populations, however I have a proc SQL that goes through one dataset and pics out the names of the variables that I need to run proc shewhart on and then plugs them into several 100 macro vars. Then I run through all the vars for each of the 4 populations.

Unfortunately proc shewhart is very specific in what the limits= and history= datasets are structured as and what the field names are.

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Howard Schreier <hs AT dc-sug DOT org> Sent: Wednesday, March 21, 2007 9:53 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Log window is filling up

On Wed, 21 Mar 2007 09:46:59 -0400, Wainwright, Andrea <andrea.wainwright@CAPITALONE.COM> wrote:

>I have code that isn't very long itself, but it is a macro that runs >through several 100 variables and produces QC charts for them. > >The problem is the log ends up filling up and I have to tell it what to

>do with it before it will finish the job. (I don't have the options >turned on to write the macro code to the log, Proc Shewhart is quite >verbose in notes and warnings.) > >I think I could solve this by using proc printto to direct the log to a

>file instead of the log window, but I'm curious if there are any other >solutions? > >Thanks

[snip]

Can you reshape your data (perhaps via a DATA step view) so that you can use BY group processing instead of a macro to generate the multiple charts?

The information contained in this e-mail is confidential and/or proprietary

to Capital One and/or its affiliates. The information transmitted herewith

is intended only for use by the individual or entity to which it is

addressed. If the reader of this message is not the intended recipient,

you are hereby notified that any review, retransmission, dissemination,

distribution, copying or other use of, or taking of any action in reliance

upon this information is strictly prohibited. If you have received this

communication in error, please contact the sender and delete the material

from your computer.


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