Code:
capture postutil clear
postfile table1 arch using "vov.garch.dta", replace

arch vov, arch(1) garch(1)
post table1 (_b[arch]) (_b[garch])

postclose table1
Need help storing these coefficients into a new dta file. Line 4 is where the problem occurs.

Thanks in advance!