Statalist The Stata Listserver


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

RE: st: Testing & modifying ado file without reloading data set


From   "Steichen, Thomas J." <[email protected]>
To   <[email protected]>
Subject   RE: st: Testing & modifying ado file without reloading data set
Date   Wed, 25 Jan 2006 08:22:41 -0500

b. water writes (in part):
> Which brings me to the next point: is there a temporary 
> command that I can insert top or bottom of the line of 
> my ado routines to say something like -clear this version 
> of ado from the memory- jsut for temporary use in this 
> testing period? 

You can write a small -do- file (note, not -ado-) that
includes only the -prog drop- and the execution of the ado:

-----test.do------------------
  prog drop progtest
  progtest var1 var2 var3 

------------------------------

Then invoke this as needed... 
  . do test

Tom

-----------------------------------------
CONFIDENTIALITY NOTE: This e-mail message, including any attachment(s),
contains information that may be confidential, protected by the
attorney-client or other legal privileges, and/or proprietary non-
public information. If you are not an intended recipient of this
message or an authorized assistant to an intended recipient, please
notify the sender by replying to this message and then delete it from
your system. Use, dissemination, distribution, or reproduction of this
message and/or any of its attachments (if any) by unintended recipients
is not authorized and may be unlawful.


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