Statalist


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

Re: st: capture blocks


From   Philipp Rehm <[email protected]>
To   [email protected]
Subject   Re: st: capture blocks
Date   Mon, 30 Jun 2008 10:24:39 +0200

.
Again, many thanks for your suggestion. This seems to be my best bet.

Thanks,
Philipp

Svend Juul wrote:
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/

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