Hi all,

maybe this is a naive question. However, let's say I have either a for loop or a collapse like for instance the following:

Code:
collapse (first) hs4codeprod prod6_code exporter_iso_3digit dummymax* (sum) tradevalue tradequantity (max) _fillin, by(id_iso4)
since it takes a lot to run it all, I was thinking about parallelising it in the 8 cores of my PC. Is it possible to do so in stata?

Thank you a lot