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
Synth: How to save and further process the results (matrices)?Hello together. I come up with a new beginner question and hope for your ideas / advise / support. …
Extract year, quarter, month, week, dayDear All, I have a string date-second variable from which I need to extract year, quarter, month, w…
Spatial Model - "Effects" option produces incorrect resultsThere seems to be an issue with the "effects" option when using xsmle. "Effects" provides direct, in…
Transpose Data from Wide to LongHello, I am interested in making a basic transposition of my data so that the columns becomes the ro…
teffects nnmatch interpretationHi everyone, An elementary question. I am using teffects nnmatch using consumption quintiles as my …
Subscribe to:
Post Comments (Atom)
0 Response to Simulteneously executing multiple do files
Post a Comment