Hello,
Is there any command or code that allows one to count the number of series that have been read into memory?
I am asking in the context of writing a program for a seasonal adjustment loop. But for use with many different data sets.
Currently I have the following, but would like to replace the ?????? with something.
dofor i = 1 to ?????
x11(mode=multi,adjusted=%s(%l(i)+'_sa'),factors=%s(%l(i)+'_sf')) %s(%l(i))
end dofor
Andrew.
