Hi Cspro Team,
Please is it possible to use cspro entry program to run a stata do file.
Thanks
Calling Stata do file in Cspro
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Calling Stata do file in Cspro
You should be able to using execsystem. Anything that can be run from the Windows command line can be launched using execsystem. A quick Google search reveals that you can run a do file in Stata using the command line: https://www.stata.com/support/faqs/windows/batch-mode/
-
Yass
- Posts: 103
- Joined: November 11th, 2017, 1:26 am
Re: Calling Stata do file in Cspro
Thanks Josh !!