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 (November 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 8 Nov 2005 16:41:13 -0500
Reply-To:   Wensui Liu <liuwensui@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Wensui Liu <liuwensui@GMAIL.COM>
Subject:   Re: overiding log warning
Comments:   To: Billy Robinson <bvsnbthd@tulane.edu>
In-Reply-To:   <200511082119.jA8KVH6j028627@mailgw.cc.uga.edu>
Content-Type:   text/plain; charset=ISO-8859-1

you could use proc printto to output your log into a text file or into catalog.

On 11/8/05, Billy Robinson <bvsnbthd@tulane.edu> wrote: > > Hi all! long time lurker first time poster, > > I have a fairly lengthy monte carlo simulation which runs several PROCs > and datasteps within each of several hundred thousand iterations. In > order to save resources and eyestrain I have turned all notes and output > off using the statements > > options nonotes; > ods listing close; > > However, at every PROC I get the following in my log > > WARNING: No output destinations active > > Which repeats about a gajillion times and eventually fills up my log > buffer > and hangs the program until I clear it - which means I basically have to > watch it like a hawk. Other than batching the job, is there any way in 9.1 > to eliminate this warning so that my program can run without having to be > monitored by me? > > thanks in advance > billy > > Billy Robinson, Ph.D. > Biostatistician > LA Office of Public Health > 234 Loyola Ave: 5th Floor > New Orleans, LA 70112 > 504 568 5200 >

-- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center


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