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
Else operator - from SAS to STATADear users, I've been try (and struggling) to translate some SAS code to STATA. Unfortunately I don…
Omitted "Treatment" variable in DiD fixed panel regressionOmitted "Treatment" variable in DiD fixed panel regression 01 May 2021, 08:30 Hi, I'm currently stu…
Plotting using survey weightsI have responses of survey on students and the data needed to be weighted based on the faculty of th…
Short Deadline: Help with xtreg regressionHello, I am facing a problem with my panel data which has "loans disbursed" as a panel variable and…
How to merge multiple observations into 1 observation with multiple variables?Hi all, I have a problem with merging different family members into 1 family with multiple variable…
Subscribe to:
Post Comments (Atom)
0 Response to Simulteneously executing multiple do files
Post a Comment