Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Francis, Richard N" <rnfrancis@utep.edu> |
To | "statalist@hsphsun2.harvard.edu" <statalist@hsphsun2.harvard.edu> |
Subject | RE: st: Execute Stata ADO code |
Date | Thu, 9 Jan 2014 01:35:44 +0000 |
David, I "think" you're right, just glanced at the previous response which seems to suggest the same thing. I am grateful for your help!! Thanks! Rick Francis -----Original Message----- From: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of Radwin, David Sent: Wednesday, January 08, 2014 6:23 PM To: statalist@hsphsun2.harvard.edu Subject: RE: st: Execute Stata ADO code Can you just save the modified program under a different name, e.g. sroot2.ado, in your personal directory? David -- David Radwin, Senior Research Associate Education and Workforce Development RTI International 2150 Shattuck Ave. Suite 800, Berkeley, CA 94704 Phone: 510-665-8274 www.rti.org/education > -----Original Message----- > From: owner-statalist@hsphsun2.harvard.edu [mailto:owner- > statalist@hsphsun2.harvard.edu] On Behalf Of Richard Williams > Sent: Wednesday, January 08, 2014 5:13 PM > To: statalist@hsphsun2.harvard.edu; statalist@hsphsun2.harvard.edu > Subject: Re: st: Execute Stata ADO code > > You might wish to see if this advice can be adapted to your situation: > > http://www3.nd.edu/~rwilliam/statsinfo/ndstata/ndstata.html > > > At 07:56 PM 1/8/2014, Francis, Richard N wrote: > >Hi Statalist, > > > >I have revised the ADO code for a Stata program located on a network > >server, but I have no administrative privileges for this server. > > > >Is it possible to execute the revised code without reloading the > >program on the server? > > > >Eventually, the program is likely to reload on the server, but it > >would be convenient to work with the revised code in the interim. > > > >If it helps, the first few lines of the code are as follows: > > > >********************************************************************* > >** > >* > >* DOMENICO DEPALO - Tor Vergata University, > >Rome - 25Jan08 > >* > >* This version: - La Sapienza University, Rome - 14Mar09 > >********************************************************************* > >** > > > >program define sroot, rclass > > version 6.0, missing > > syntax varname(ts) [if] [in] [, TRend noCONstant /* > > */ Lags(int -1) REGress SEASon(varlist) > > GENerate(string) RESiduals(string)] > > > > if "`generate'" != "" { > > capture confirm new variable `generate' > > > > > >If no work-around is possible, I understand. > > > >BTW, the original code is available at: > >http://www.stata-journal.com/software/sj9-3/st0172/sroot.ado > > > >Any ideas are appreciated! > > > >Thank you! > > > >Rick Francis * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/