Calling Stata do file in Cspro

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
Yass
Posts: 103
Joined: November 11th, 2017, 1:26 am

Calling Stata do file in Cspro

Post by Yass »

Hi Cspro Team,
Please is it possible to use cspro entry program to run a stata do file.

Thanks
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Calling Stata do file in Cspro

Post by josh »

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

Post by Yass »

Thanks Josh !!
Post Reply