Bookmark and Share

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: run stata in a batch mode using do file


From   tashi lama <[email protected]>
To   <[email protected]>
Subject   RE: st: run stata in a batch mode using do file
Date   Thu, 20 Sep 2012 14:49:21 +0000

It just occured to me that only a single batch job can be run at a time. Because running two batch jobs simultaneously means opening two stata instances simultaneously and that is not allowed. The project is producing charts for the dashboard (for a single or a multiple users logging simultaneously) which currently doesn't have charts. So, the  idea is the developer will call my command(to create charts) in a batch mode in respond to the arguments passed by single or a multiple users. I  think if there is a single user, then it won't be a problem because only one instance of stata will be run. Howerver, if there are multiple users using the dashboard simultaneously, multiple batches have to be run simultaneously to create charts. I am not sure if that is doable? Could someone with similar experience add or elaborate on this?? I am also aware that, I need to be able to create a unique file name for each chart I create for unique arguments passed. I do have an idea to resolve !
 the latter by having the filename its arugments. So, if a user passes arguments firm(93619) metric(aver) date(2011), i will have an image saved as `firm'`metric'`date'. Any link, help or idea will be highly appreciated. 

Thanks , 
Tashi 
----------------------------------------
> From: [email protected]
> To: [email protected]
> Subject: Re: st: run stata in a batch mode using do file
> Date: Wed, 19 Sep 2012 22:40:43 +0100
>
> On Wed, Sep 19 2012, tashi lama wrote:
>
>> In Shell
>> $ stata -b try ", firm(93619)" //yields try.log
>>
>> Stata and Shell both are happy. I hope there aren't any catches.
>
> That's an interesting way to do it. If it works for you, it works. The
> only misgiving I would have is that it is probably more flexible and
> efficient (in terms of coding effort) in general to do the general
> set-up in Stata code in a do-file, while reserving "programs" for core
> functionality.
>
> Brendan
> --
> Brendan Halpin, Department of Sociology, University of Limerick, Ireland
> Tel: w +353-61-213147 f +353-61-202569 h +353-61-338562; Room F1-009 x 3147
> mailto:[email protected] ULSociology on Facebook: http://on.fb.me/fjIK9t
> http://teaching.sociology.ul.ie/bhalpin/wordpress twitter:@ULSociology
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/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/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index