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
FRAPPLY: module to nondestructively apply command(s) to a frameDear Statalisters, Thanks to Kit Baum, a new command frapply is now available in SSC. Beginning wi…
Including breakpoint dates in SVAR commandDear Stata users, I would like to know how to specify the code for a SVAR model in a such way that …
Stata not directing to correct PDF section after -help topic-Hello everyone, Anyone having trouble in accessing the *.pdf manuals from Stata after the -help top…
First Stage Regression - Huge F-statisticHello all, I use a stacked first differences model to estimate the impact of globalization on unemp…
Combining categoriesI would like to combine two categories for one of my variables but I am not sure whether there is a …
Subscribe to:
Post Comments (Atom)
0 Response to Simulteneously executing multiple do files
Post a Comment