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: looping through data files in do-file
From
Maarten buis <[email protected]>
To
[email protected]
Subject
Re: st: looping through data files in do-file
Date
Thu, 21 Oct 2010 16:18:15 +0100 (BST)
--- On Thu, 21/10/10, Broudy, David, DOH wrote:
> I'm trying to create a do file that will open a monthly
> data file, run a couple of commands to create a variable,
> select and keep records, save a new file and go to the
> next month. I'm having trouble building the string with
> the path and file names.
<snip>
> use " "$filepath""CPT_""`month'""_2009"".dta" ",clear
try:
use "${filepath}CPT_`month'_2009.dta", clear
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/