Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: saving enumerated file names at the end of a loop


From   "T.J. Volant" <[email protected]>
To   [email protected]
Subject   st: saving enumerated file names at the end of a loop
Date   Fri, 23 Feb 2007 11:39:01 -0800 (PST)

Hello all,

I'm running a program through bunch of files(
file1.dta, file2.dta, etc) I am opening them and would
like to save them as replace. It opens fine, but
saving doesn't work.

My code:

forv i=1(1)48 {
use "C:\WINNT\Desktop\file`i'.dta"

* body of the program *

save "C:\WINNT\Desktop\file`i'.dta", replace
clear
}

When it saves, it only saves file.data, not file1.dta,
etc. Why?
Thank you very much in advance, 

Tj


 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index