Simple Subrotines
Posted: Tue Oct 29, 2013 11:06 am
Hi,
I'm using this code to generate sazonally adjusted data:
The problem is that I have to run this program several times and each time change the name of the series (that is stocked at %variavel). Is there any way to make it easier?
I'm using eviews 7.2.
I'm using this code to generate sazonally adjusted data:
Code: Select all
%variavel="comibgef0"
smpl 2000 2013 '@all
freeze(x12out) {%variavel}.x12(save="d11",tf=auto,sfile="G:\Macroeconomia\Dados Econômicos\Fontes Primárias\Dessazonalizacao\x12mensal_comercio.txt")
delete x12out
I'm using eviews 7.2.