Sorry for reposting this in a new topic, but would really appreciate if someone could help me on this.
I am trying to run the below code with the retail.dta dataset provided in the st0255 package:
local place : pwd
cd c:\temp
sax12 retail, satype(single) transfunc(auto) ammaxdiff(2 1) ammaxlag(2 1) noview
sax12im retail.out, ext(d11)
ren retail_d11 retail_sa
cd `place'
it gives the error that it cannot find retail_d11 in the temp folder
I am using the x12a.exe file obtained from here:
http://www.eviews.com/download/older/x12.zip.
I place this exe file inside the personal ado i.e C:/ado/plus
This is where sax12.ado is also saved
I am using Stata 15 I/C
I am trying to run the below code with the retail.dta dataset provided in the st0255 package:
local place : pwd
cd c:\temp
sax12 retail, satype(single) transfunc(auto) ammaxdiff(2 1) ammaxlag(2 1) noview
sax12im retail.out, ext(d11)
ren retail_d11 retail_sa
cd `place'
it gives the error that it cannot find retail_d11 in the temp folder
I am using the x12a.exe file obtained from here:
http://www.eviews.com/download/older/x12.zip.
I place this exe file inside the personal ado i.e C:/ado/plus
This is where sax12.ado is also saved
I am using Stata 15 I/C
Comment