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: "Replace all" for a dataset
From 
 
daniel klein <[email protected]> 
To 
 
[email protected] 
Subject 
 
Re: st: "Replace all" for a dataset 
Date 
 
Wed, 28 Dec 2011 22:32:21 +0100 
Jessica,
there is a typo in your loop. In the -if- statement there is one equal
sign instead of two. Aside from that, you do not need two loops, but
only one.
If your variables are really all string, this should work
foreach v of var variable1-variable200 {
        replace `v' = "." if inlist(`v', "missing", "not available")
}
If you are not sure whether all variables are string, use -ds- to
select all string variables.
Best
Daniel
*
*   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/