Statalist The Stata Listserver


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

st: drop in a do-file


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: drop in a do-file
Date   Sat, 18 Nov 2006 20:56:32 -0500

Joseph writes

I am automating a bunch of commands in a do file, so I can rerun the do file, just changing the argument.

If I have a:

drop km*

in my do file, the first time thru, it fails because it can't drop it.

No problem, since I can run as: do clusterk 4, nostop
and it goes fine.

However, if I rerun the next time thru as: do clusterk 6, nostop, it fails with error number 198,
saying that variable km2 exists. You can see that the drop works though, since it disappears
from the variables window.



help capture


Kit Baum, Boston College Economics
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html


*
* 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