Page 1 of 1

Copy between pages

Posted: Tue Jul 02, 2019 8:33 am
by fi99ggb
Hello

I am using the following command to copy/paste series between pages and convert frequency from daily to weekly. My issue is that it takes more than an hour (maybe a couple of hours) to complete this. I am dealing with c.200,000 variables. Any advice on how to speed it up?

copy(c=sum) Wide\offtake_KGS_* Wide_Weekly\
copy(c=sum) Wide\volume_KGS_* Wide_Weekly\
copy(c=sum) Wide\value_KGS_* Wide_Weekly\

Thanks
George

Re: Copy between pages

Posted: Tue Jul 02, 2019 9:53 am
by fi99ggb
Please ignore this. It is super fast when I use quiet mode.

Re: Copy between pages

Posted: Tue Jul 02, 2019 10:54 am
by EViews Gareth
Use quiet mode.


Edit: oh.