Just put a curly bracket around the chuck of code that you want -quietly-
**********
sysuse auto, clear
qui{
reg p w f
su pr
}
di in red r(mean)
**********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Ashim Kapoor
Sent: Tuesday, October 14, 2008 10:04 AM
To: [email protected]
Subject: st: quietly from a point in code.
Hello,
I was reading about the command quietly. Is there a way I can say
quietly
..
..
..
noisily
so that ALL the code inbetween qui and noi is run quietly without
having to say qui in front of EACH line of code,
I needed this in some of my log outputs. Maybe other people have dealt
with this ?
Thank you,
Ashim
*
* 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/
*
* 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/