It seems to basically work when I try running with system command
prompt. I get the following error:
X-12-ARIMA Seasonal Adjustment Program
Version Number 0.3 Build 192
Execution began Jan 10, 2012 14.33.09
ERROR: Must specify either an input specification file name
(-i infile or infile) or an input metafile name (-m metafile).
See Section 2 of the X-12-ARIMA Reference Manual for more
information on how to run X-12-ARIMA.
I suppose it failed because I did not feed it any data, but it works.
Unfortunately, I'll need it to work IN MATLAB (my program is set up to
seasonally adjust data each time through a loop, so I need it to
function with the program - I cannot simply feed it seasonally
adjusted data).
Josh