Suppose I have three do files with following commands in them
File diX.do : di "X"
File diY.do : di "Y"
File diZ.do : di "Z"
How do I execute them simultaneously in separate instances of Stata?
I created a do file as follows
do diX.do
do diY.do
do diZ.do
but it executes them in a single instance one after another.
I looked into package parallel but could not find the install package, I looked into multishell package which seemed to be geared toward running simulations, I looked into batch processing but that requires entering commands separately. I tried winexec command but that simply open the do file but does not execute it. What am I missing? I am sure there is a way.
Related Posts with Simulteneously executing multiple do files
multi-step data imputation and merging datasetsHi Statalisters, I am looking for assistance with an analysis project where I would like to multipl…
Log Transformation of Negative ValuesI understand it is not possible to transform my negative values into a log variable which would then…
Looping over observationHi, I want to run one-sample test of proportion using following data and save p-val for each obs. pr…
Problem to replicate anova with mvreg Dear Stata listers I'm a little confused. I want to calculate a manova with imputed data (mi e…
Intercept in latent profile analysisDear Stata users. I have a question, maybe more related to the theory so please tell me if I am off-…
Subscribe to:
Post Comments (Atom)
0 Response to Simulteneously executing multiple do files
Post a Comment