Philipp wrote:
It seems that -, nostop- is a file-wide option (if
I understand it correctly).
However, I want to force only parts of the do-file
trough -capture-.
==================================================
You might put the commands to be -capture-d in one
do-file and call that from another do-file, -nostop-:
do-file docap.do:
------------------------------------
rename rep76 whatever
rename rep77 foo
rename rep78 bar
------------------------------------
Main do-file:
------------------------------------
sysuse auto, clear
.. some commands not to be captured
do docap.do , nostop
.. some more commands not to be captured
------------------------------------
Hope this helps
Svend
________________________________________________________
Svend Juul
Institut for Folkesundhed, Afdeling for Epidemiologi
(Institute of Public Health, Department of Epidemiology)
Vennelyst Boulevard 6
DK-8000 Aarhus C, Denmark
Phone, work: +45 8942 6090
Phone, home: +45 8693 7796
Fax: +45 8613 1580
E-mail: [email protected]
_________________________________________________________
*
* 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/