Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: suppress "real changes made"


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: suppress "real changes made"
Date   Wed, 15 Dec 2010 08:17:26 +0000 (GMT)

--- On Tue, 14/12/10, Robert Budras wrote:
> could anybody tell me how to suppress
> the message (XXX real changes made)? "quietly keep XYZ"
> don't do it.

-keep XYZ- does not produce the message "XXX real changes 
made", so prefixing it with -quietly- won't solve that
problem, as -keep- was not the source of that problem. The
message "XXX real changes made" typically follows after 
-replace-, so you'll need to prefix that with -quietly-.

Probably easier is to suppress the output of an entire 
block of commands using: 

quietly {
...
...
}

Hope this helps,
Maarten

--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany

http://www.maartenbuis.nl
--------------------------


      

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index