Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Do Files and Arguments
From
Phil Clayton <[email protected]>
To
[email protected]
Subject
Re: st: Do Files and Arguments
Date
Mon, 8 Apr 2013 10:26:43 +1000
Alternatively you could pass the quarter as a argument to the do-files. See "[U] 16.4 Programming with do-files" for details.
Phil
On 08/04/2013, at 10:20 AM, Nick Cox <[email protected]> wrote:
> You could use a global.
>
> Nick
> [email protected]
>
>
> On 8 April 2013 01:14, Erika Kociolek <[email protected]> wrote:
>> Hi all,
>>
>> My question is related to .do files and passing arguments to them.
>> Let's say that I have a file called master.do, and the .do file I want
>> to run from master.do is called routine1.do.
>>
>> Here's the syntax in the file master.do:
>>
>> local quarter 2
>> cd C:/Directory/MyDirectory/Q`quarter'_2012/
>>
>> do routine1
>>
>>
>> Here is the syntax in the file routine1.do :
>>
>> use ../Q`quarter'_2012/mystatafile.dta, clear
>>
>>
>> I don't want to have to define the local "quarter" in all of the .do
>> files that I want to call and run in master.do. Is there any way to
>> pass along the quarter argument to files called in the master.do file?
> *
> * 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/