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
Coefplot: Labelling interactions with a month-year dateHello, I am using the command coefplot and need to label the axis for an interaction between a time…
Create a variable from other dummiesHello, I have 4 variables (coded 1=yes; 0=no) that tap into whether respondents used social media d…
Dropping variables by number of non-missing valuesWorking with Stata 15 on Mac OS Sierra, I'm attempting to work with Oklahoma voting data (available …
Median survival not reachedHello fellow statalisters, I would like to ask the community for some help regarding a survival ana…
Issue with UK census data shape filesHi, I have over 200K items with individual latitude longitude coordinates, most in the UK. Ultimatel…
Subscribe to:
Post Comments (Atom)
0 Response to Simulteneously executing multiple do files
Post a Comment